diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-11-29 13:36:12 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-11-30 12:40:57 +0200 |
commit | c5ed6e73d3e18f26558c49fa3ecb1b7b0bb40d12 (patch) | |
tree | 10ec3fe50820e371ba6de079d7a56ce091e88663 /test | |
parent | 60b20c869f8df9a81b5080ebcbe8c9cf4e6b9d77 (diff) |
Move CheckBlock() call to critical section
This prevents data race for CBlock::fChecked.
Diffstat (limited to 'test')
-rw-r--r-- | test/sanitizer_suppressions/tsan | 3 |
1 files changed, 0 insertions, 3 deletions
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 |