]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit096479cc19b2bfb8225d0a22c7dbc729b409f9c8
tree9c9f69f13281e26b7ca65539ebea7f662296fb63
parenta957a241a4525068b595a341e7eb1ac5050eb69b
parenta570e37c067fc83e5d78698a118e8c8e45085498
fix: dev: Only update the global tid_count once

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