]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix isc__tid_initcount() REQUIRE 12164/head
authorColin Vidal <colin@isc.org>
Tue, 2 Jun 2026 08:04:27 +0000 (10:04 +0200)
committerColin Vidal <colin@isc.org>
Tue, 2 Jun 2026 14:16:12 +0000 (16:16 +0200)
commit0811c2deb23245392ba1d06f985a8d5cfa370576
tree0450458467f48ff93534804ae4b8c6425c394837
parent2226f19643046b835487b8d835ece5c061653b76
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.
lib/isc/tid.c