aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-10-21 12:15:19 -0400
committerMatt Corallo <[email protected]>2016-10-21 12:15:19 -0400
commitdfe79060a62c8de098e75d527d97b99c3b10de50 (patch)
treee9532bb597d69a9607d981edeb22ae702a7a0d1b /src/net.cpp
parentMerge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock (diff)
downloaddiscoin-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/net.cpp')
0 files changed, 0 insertions, 0 deletions