diff options
| author | Matt Corallo <[email protected]> | 2016-10-21 12:15:19 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-10-21 12:15:19 -0400 |
| commit | dfe79060a62c8de098e75d527d97b99c3b10de50 (patch) | |
| tree | e9532bb597d69a9607d981edeb22ae702a7a0d1b /src/init.cpp | |
| parent | Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock (diff) | |
| download | discoin-dfe79060a62c8de098e75d527d97b99c3b10de50.tar.xz discoin-dfe79060a62c8de098e75d527d97b99c3b10de50.zip | |
Add missing cs_main lock to ::GETBLOCKTXN processing
Note that this is not a major issue as, in order for the missing
lock to cause issues, you have to receive a GETBLOCKTXN message
while reindexing, adding a block header via RPC, etc, which results
in either a table rehash or an insert into the bucket which you are
currently looking at.
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions