ThreadSanitizer: data race bin/named/controlconf.c:257:22 in control_senddone
While this looks innocuous (it's a double write to listener->listening = true
from two different threads), it also might be a manifestation of something more serious:
While this looks innocuous (it's a double write to listener->listening = true
from two different threads), it also might be a manifestation of something more serious: