Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix some empty vector references #10250
Conversation
sipa
referenced this pull request
Apr 21, 2017
Merged
Switch chainstate db and cache to per-txout model #10195
|
utACK f478d98 |
laanwj
added
the
Utils and libraries
label
Apr 21, 2017
|
utACK f478d98 |
|
utACK f478d98 |
laanwj
merged commit f478d98
into
bitcoin:master
Apr 21, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Apr 21, 2017
|
post-merge utACK f478d98 |
theuni
referenced this pull request
May 8, 2017
Merged
Rewrite addrdb with less duplication using CHashVerifier #10248
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 3, 2017
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 3, 2017
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 3, 2017
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 5, 2017
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 5, 2017
added a commit
to luke-jr/bitcoin
that referenced
this pull request
Jun 5, 2017
sipa
deleted the
sipa:nonnullref
branch
Jun 23, 2017
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Jul 17, 2017
ptschip
referenced this pull request
in BitcoinUnlimited/BitcoinUnlimited
Oct 3, 2017
Merged
dbcache phase 3 enhancements #785
added a commit
to runn1ng/bitcoin
that referenced
this pull request
Oct 30, 2017
added a commit
to codablock/dash
that referenced
this pull request
Oct 31, 2017
added a commit
to codablock/dash
that referenced
this pull request
Oct 31, 2017
codablock
referenced this pull request
in dashpay/dash
Oct 31, 2017
Merged
Backport bitcoin perutxo #1701
added a commit
to UdjinM6/dash
that referenced
this pull request
Nov 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sipa commentedApr 21, 2017
•
Edited 1 time
-
sipa
Apr 21, 2017
streams.h has some methods that can be tricked into dereferencing null pointers or end() iterators. Fix this. This problem does not manifest in practice (yet), it seems.
Discovered by @theuni.