]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ingore TSAN errors accessing 'last'
authorMark Andrews <marka@isc.org>
Thu, 15 Oct 2020 07:39:02 +0000 (18:39 +1100)
committerMark Andrews <marka@isc.org>
Thu, 10 Dec 2020 06:31:19 +0000 (06:31 +0000)
commit7382c3929a0cb04b35ee31d5d3e660cdc6c6ac54
treed8c2869f11039aa56130f1035a274342a45e71c5
parent761cedc2b4e93fcd474da550ab9cb04f69642fef
Ingore TSAN errors accessing 'last'

    WARNING: ThreadSanitizer: data race
    Read of size 4 at 0x000000000001 by thread T1:
    #0 log_quota bin/named/query.c:4291:22
    #1 query_recurse bin/named/query.c:4346:4
    #2 query_find bin/named/query.c
    #3 ns_query_start bin/named/query.c:9716:8
    #4 client_request bin/named/client.c:3115:3
    #5 dispatch lib/isc/task.c:1157:7
    #6 run lib/isc/task.c:1331:2

    Previous write of size 4 at 0x000000000001 by thread T2:
    #0 last_cmpxchg bin/named/query.c:81:6
    #1 log_quota bin/named/query.c:4293:7
    #2 query_recurse bin/named/query.c:4346:4
    #3 query_find bin/named/query.c
    #4 ns_query_start bin/named/query.c:9716:8
    #5 client_request bin/named/client.c:3115:3
    #6 dispatch lib/isc/task.c:1157:7
    #7 run lib/isc/task.c:1331:2
bin/named/query.c