From: W.C.A. Wijngaards Date: Wed, 27 Aug 2025 14:55:38 +0000 (+0200) Subject: - Fix unbound-control dump_cache for double unlock of lruhash table. X-Git-Tag: release-1.24.0rc1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533291dce99011c3f1aae99e47a56a951d55150c;p=thirdparty%2Funbound.git - Fix unbound-control dump_cache for double unlock of lruhash table. --- diff --git a/daemon/cachedump.c b/daemon/cachedump.c index 941cb9dfc..f0a693bf6 100644 --- a/daemon/cachedump.c +++ b/daemon/cachedump.c @@ -203,7 +203,6 @@ dump_lruhash(struct lruhash* table, } if(!found) { not_done = 0; - lock_quick_unlock(&table->lock); break; } }