From 533291dce99011c3f1aae99e47a56a951d55150c Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 27 Aug 2025 16:55:38 +0200 Subject: [PATCH] - Fix unbound-control dump_cache for double unlock of lruhash table. --- daemon/cachedump.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.47.3