Fix for issue #7901
Fix for incorrect locking in GetPubKey() (keystore.cpp) #7913
pull rodentrabies wants to merge 1 commits into bitcoin:master from rodentrabies:getpubkey-locking-fix changing 1 files +1 −0-
rodentrabies commented at 9:06 PM on April 19, 2016: contributor
-
in src/keystore.cpp:None in 767486a639 outdated
18 | @@ -19,6 +19,7 @@ bool CBasicKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) con 19 | { 20 | CKey key; 21 | if (!GetKey(address, key)) { 22 | + LOCK(cs_KeyStore);
sipa commented at 8:33 AM on April 20, 2016:Nit: indendation error
sipa commented at 8:33 AM on April 20, 2016: memberutACK, but fix the indendation
rodentrabies commented at 8:42 AM on April 20, 2016: contributorOh, yes, sorry. I thought I had no-tabs mode for C++ in Emacs.
laanwj added the label Wallet on Apr 20, 2016MarcoFalke commented at 10:19 AM on April 20, 2016: member@yurizhykin Mind to squash the commits?
jonasschnelli commented at 11:35 AM on April 20, 2016: contributorutACK (but please squash commits)
Fix for incorrect locking in GetPubKey() (keystore.cpp) 220f950ab1rodentrabies force-pushed on Apr 20, 2016rodentrabies commented at 1:08 PM on April 20, 2016: contributorYep, squashed.
paveljanik commented at 1:12 PM on April 20, 2016: contributorjonasschnelli commented at 1:37 PM on April 20, 2016: contributorACK 220f950ab1302f8f8c0bb5b9c818f3d6569796bd
dcousens commented at 4:12 AM on April 21, 2016: contributorutACK 220f950
sipa merged this on Apr 21, 2016sipa closed this on Apr 21, 2016sipa referenced this in commit bafd075c5e on Apr 21, 2016rodentrabies deleted the branch on May 30, 2016LarryRuane referenced this in commit e715e1393b on Feb 20, 2021zkbot referenced this in commit d95a957841 on Apr 1, 2021zkbot referenced this in commit 2d3b58c993 on Apr 1, 2021MarcoFalke locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 21:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 21:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me