From: Colin Vidal Date: Tue, 2 Jun 2026 14:16:33 +0000 (+0200) Subject: fix: dev: Fix isc__tid_initcount() REQUIRE X-Git-Tag: v9.21.23~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137e3a5e576a3c785fe9f83ce7a38de68de68f29;p=thirdparty%2Fbind9.git fix: dev: Fix isc__tid_initcount() REQUIRE `isc__tid_initcount()` was checking that the current number of thread didn't exceed `ISC_TID_MAX`, not the newly assigned number. This is now fixed. Closes #6113 Merge branch '6113-tid-initcount' into 'main' See merge request isc-projects/bind9!12164 --- 137e3a5e576a3c785fe9f83ce7a38de68de68f29