diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-02-28 15:49:49 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-02-28 15:49:49 +0100 |
commit | 95543d8747cbf7c1945ac36c36031ae40152cf2f (patch) | |
tree | 94044a7d60dcf54024b0a4547d27076838570a8a /src/versionbits.h | |
parent | 02e5308c1b9f3771bbe49bc5036215fa2bd66aa9 (diff) |
[net] Avoid possibility of NULL pointer dereference in MarkBlockAsInFlight(...)
In the case that the branch ...
if (itInFlight != mapBlocksInFlight.end() && itInFlight->second.first == nodeid) {
... is taken, there was prior to this commit an implicit assumption that
MarkBlockAsInFlight(...) was being called with its fifth and optional
argument (pit) being present (and non-NULL).
Diffstat (limited to 'src/versionbits.h')
0 files changed, 0 insertions, 0 deletions