]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: Only update the global tid_count once backport-6119-fix-possible-uaf-when-destroying-dns_badcache-9.20 12190/head
authorOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 11:27:52 +0000 (13:27 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 11:27:52 +0000 (13:27 +0200)
Skip updating the `tid_count` value on repeated calls to prevent ThreadSanitizer 'data race'.

Backport of MR !12186

Merge branch 'backport-ondrej/skip-repeated-tid_count-update-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12188


Trivial merge