]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Only update the global tid_count once
authorOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 10:39:06 +0000 (12:39 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 10:39:06 +0000 (12:39 +0200)
Skip updating the `tid_count` value on repeated calls to prevent ThreadSanitizer 'data race'.

Merge branch 'ondrej/skip-repeated-tid_count-update' into 'main'

See merge request isc-projects/bind9!12186


Trivial merge