mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 21:41:02 +02:00
Move CheckBlock() call to critical section
This prevents data race for CBlock::fChecked.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# ThreadSanitizer suppressions
|
||||
# ============================
|
||||
|
||||
# fChecked is theoretically racy, practically only in unit tests
|
||||
race:CheckBlock
|
||||
|
||||
# WalletBatch (unidentified deadlock)
|
||||
deadlock:WalletBatch
|
||||
|
||||
|
Reference in New Issue
Block a user