From: Ondřej Surý Date: Wed, 17 Jun 2026 20:30:13 +0000 (+0200) Subject: fix: nil: Allocate work threads from their owning loop's memory context X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88701b9112e59b22771a66afb7171c75e075e39f;p=thirdparty%2Fbind9.git fix: nil: Allocate work threads from their owning loop's memory context The per-loop worker threads allocated their state from the loop manager's memory context instead of the per-loop context that owns them. Allocate from the owning loop's context and hold a reference to that loop for the thread's lifetime, matching the context handling already used on the work-enqueue and completion paths. Already changed as part of 9.20 backport. Merge branch 'ondrej/rewrite-threadpool-fixups' into 'main' See merge request isc-projects/bind9!12268 --- 88701b9112e59b22771a66afb7171c75e075e39f