From: Evan Hunt Date: Mon, 3 Apr 2023 20:24:09 +0000 (-0700) Subject: suppress TSAN reports from dummy DNSRPS library X-Git-Tag: v9.19.12~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d644c035930a7ee3f58af6994f87401636d5b9b8;p=thirdparty%2Fbind9.git suppress TSAN reports from dummy DNSRPS library this is a test-only library that will never be used in production. making it thread safe doesn't need to be a high priority. --- diff --git a/tsan-suppressions.txt b/tsan-suppressions.txt index b12e03892f9..217d77c3883 100644 --- a/tsan-suppressions.txt +++ b/tsan-suppressions.txt @@ -1,2 +1,3 @@ # Uninstrumented library. called_from_lib:libfstrm.so +called_from_lib:libdummyrpz.so