]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix isc__tid_initcount() REQUIRE main
authorColin Vidal <colin@isc.org>
Tue, 2 Jun 2026 14:16:33 +0000 (16:16 +0200)
committerColin Vidal <colin@isc.org>
Tue, 2 Jun 2026 14:16:33 +0000 (16:16 +0200)
`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


Trivial merge