]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: Address potential TSAN issue with find->status
authorMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 03:58:50 +0000 (03:58 +0000)
committerMark Andrews <marka@isc.org>
Thu, 29 Aug 2024 03:58:50 +0000 (03:58 +0000)
find->status is a private field of dns_adbfind_t so it now has an accessor function and has been made atomic.

Closes #4802

Merge branch '4802-address-potential-tsan-issue-with-find-status' into 'main'

Closes #4802

See merge request isc-projects/bind9!9137


Trivial merge