Move CheckBlock() call to critical section

This prevents data race for CBlock::fChecked.
This commit is contained in:
Hennadii Stepanov
2018-11-29 13:36:12 +02:00
parent 60b20c869f
commit c5ed6e73d3
2 changed files with 5 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
# ThreadSanitizer suppressions
# ============================
# fChecked is theoretically racy, practically only in unit tests
race:CheckBlock
# WalletBatch (unidentified deadlock)
deadlock:WalletBatch