From 6c10037f72073eecc674c313580ef50a4f1e1e44 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 18 Dec 2018 10:21:06 +0100 Subject: rpc: Fix data race (UB) in InterruptRPC() --- test/sanitizer_suppressions/tsan | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/sanitizer_suppressions') diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index 593e1f54ff..70eea34363 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -7,9 +7,6 @@ deadlock:WalletBatch # Intentional deadlock in tests deadlock:TestPotentialDeadLockDetected -# fRPCRunning race -race:InterruptRPC - # Wildcard for all gui tests, should be replaced with non-wildcard suppressions race:src/qt/test/* deadlock:src/qt/test/* -- cgit v1.2.3