HomePhabricator

locking: fix a few small issues uncovered by -Wthread-safety
2b890dd424b3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

locking: fix a few small issues uncovered by -Wthread-safety

  • rpcwallet: No need to lock twice here
  • openssl: Clang doesn't understand selective lock/unlock here. Ignore it.
  • CNode: Fix a legitimate (though very unlikely) locking bug.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jun 16 2015, 08:02
deadalnixPushed on May 14 2017, 22:04
Parents
rABCcd27bba060d9: locking: teach Clang's -Wthread-safety to cope with our scoped lock macros
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC2b890dd424b3: locking: fix a few small issues uncovered by -Wthread-safety (authored by Cory Fields <cory-nospam-@coryfields.com>).Jun 16 2015, 08:04