]> git.ipfire.org Git - thirdparty/bind9.git/commit
ISC_QUEUE_POP is not tsan safe. Suppress warnings
authorMark Andrews <marka@isc.org>
Fri, 28 Aug 2020 02:08:03 +0000 (12:08 +1000)
committerMark Andrews <marka@isc.org>
Tue, 8 Sep 2020 07:41:33 +0000 (17:41 +1000)
commitd6c727d66987c24ffa5162496c5fd59a195883ca
treee62fdc9eebedc7be9865ad04bc1c0ca5c2d58c4b
parent6d9b1ed70c395b9bc12b58d748b4b07e271310e9
ISC_QUEUE_POP is not tsan safe. Suppress warnings

ret->link.next is tested to see if it is NULL unlocked
to avoid obtaining taillock when it is not nexessary then
retested once the taillock is obtained.
bin/named/client.c
lib/isc/include/isc/util.h