validation: Hold cs_main when reading chainActive in RewindBlockIndex

This commit is contained in:
practicalswift 2019-05-12 21:48:40 +02:00
parent e79bbb73e0
commit 1609809fb2

View file

@ -4316,6 +4316,7 @@ bool RewindBlockIndex(const CChainParams& params) {
return false;
}
LOCK(cs_main);
if (::ChainActive().Tip() != nullptr) {
// FlushStateToDisk can possibly read ::ChainActive(). Be conservative
// and skip it here, we're about to -reindex-chainstate anyway, so