]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Suppress a warning from TSAN about our signal handler 14143/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 May 2024 17:48:23 +0000 (19:48 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 May 2024 07:13:39 +0000 (09:13 +0200)
We are calling `_exit()`, which is async-signal-safe according to
POSIX.

pdns/dnsdistdist/dnsdist-tsan.supp

index 8443ab5319f3e0249fd851b6fd495980199b808b..fe41721279c6e0e0d4470176cb9b0481af765637 100644 (file)
@@ -22,3 +22,4 @@ race:carbonDumpThread
 # can still be looking at the existing socket descriptors.
 # Actually writing to these is protected by a mutex, though.
 race:DownstreamState::reconnect
+signal:sigTermHandler