practicalswift
commented at 8:50 pm on November 22, 2017:
contributor
Add missing cs_wallet locks when accessing m_last_block_processed.
m_last_block_processed is guarded by cs_wallet.
These changes are required to get the Travis CI build (the build job with Clang’s thread safety analysis enabled) to pass when the following locking annotation (see #11226) is added:
Add missing cs_wallet locks when accessing m_last_block_processed
m_last_block_processed is guarded by cs_wallet.
These changes are required to get the Travis CI build (the build
job with Clang's thread safety analysis enabled) to pass when the
following locking annotation is added:
```
const CBlockIndex* m_last_block_processed GUARDED_BY(cs_wallet);
```
e7371008ea
practicalswift force-pushed
on Nov 22, 2017
practicalswift renamed this:
Add missing cs_wallet locks when accessing m_last_block_processed
wallet: Add missing cs_wallet locks when accessing m_last_block_processed
on Nov 22, 2017
promag
commented at 9:12 pm on November 22, 2017:
member
utACKe737100. Looks good!
fanquake added the label
Wallet
on Nov 22, 2017
promag
commented at 3:09 pm on February 3, 2018:
member
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: 2024-11-17 12:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me