Skip to content

Don't stop timer from dns__nta_shutdown()

Ondřej Surý requested to merge 3571-fix-data-race-in-dns_nta into main

The dns__nta_shutdown() could be run from different threads and it was accessing nta->timer unlocked. Don't check and stop the timer from dns__nta_shutdown() directly, but leave it for the async callback.

Closes #3571 (closed)

Merge request reports