From: Remi Gacogne Date: Mon, 6 May 2024 17:48:23 +0000 (+0200) Subject: dnsdist: Suppress a warning from TSAN about our signal handler X-Git-Tag: rec-5.1.0-alpha1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d16c0df217f3d166bcb87ff826897c6aea3f45;p=thirdparty%2Fpdns.git dnsdist: Suppress a warning from TSAN about our signal handler We are calling `_exit()`, which is async-signal-safe according to POSIX. --- diff --git a/pdns/dnsdistdist/dnsdist-tsan.supp b/pdns/dnsdistdist/dnsdist-tsan.supp index 8443ab5319..fe41721279 100644 --- a/pdns/dnsdistdist/dnsdist-tsan.supp +++ b/pdns/dnsdistdist/dnsdist-tsan.supp @@ -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