From c5ed6e73d3e18f26558c49fa3ecb1b7b0bb40d12 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 29 Nov 2018 13:36:12 +0200 Subject: Move CheckBlock() call to critical section This prevents data race for CBlock::fChecked. --- 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 209c46f096..996f342eb9 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -1,9 +1,6 @@ # ThreadSanitizer suppressions # ============================ -# fChecked is theoretically racy, practically only in unit tests -race:CheckBlock - # WalletBatch (unidentified deadlock) deadlock:WalletBatch -- cgit v1.2.3