mirror of https://github.com/bitcoin/bitcoin
Conflict: * cs_main in ProcessMessages() (before calling ProcessMessages) * cs_vSend in CNode::BeginMessage versus: * cs_vSend in ThreadMessageHandler2 (before calling SendMessages) * cs_main in SendMessages Even though cs_vSend is a try_lock, if it succeeds simultaneously with the locking of cs_main in ProcessMessages(), it could cause a deadlock.pull/1117/head
parent
7a5452ffb3
commit
c581cc16bb
Loading…
Reference in new issue