From: Mark Andrews Date: Thu, 29 Aug 2024 03:58:50 +0000 (+0000) Subject: fix: Address potential TSAN issue with find->status X-Git-Tag: v9.21.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b2f0125d40094dd9fb656b64bfe40f307eaf48;p=thirdparty%2Fbind9.git 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 --- 15b2f0125d40094dd9fb656b64bfe40f307eaf48