]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit15b2f0125d40094dd9fb656b64bfe40f307eaf48
treee696fffb16c86770597c408c9b7a9b293f563847
parentd32b65b699a93dd7bc9e662ffdc53f8db258ae46
parenta45e39d114f9066522625fda77d6a1a782699ded
fix: Address potential TSAN issue with find->status

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