diff options
author | fanquake <fanquake@gmail.com> | 2021-09-23 16:19:25 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-23 16:20:54 +0800 |
commit | b8cca9cac7643378d953f418cb40f22368ddb8ca (patch) | |
tree | 834208ee55bec8268b99acb45656a35c2b324569 | |
parent | 3120bceeafcbfaec635fd0d98ca45063e349cc88 (diff) | |
parent | fa5e8c1044cb03a46807d6da6fe8d5f45f7e2e12 (diff) |
Merge bitcoin/bitcoin#23059: test: Revert "Add missing suppression signed-integer-overflow:addrman.cpp"
fa5e8c1044cb03a46807d6da6fe8d5f45f7e2e12 Revert "test: Add missing suppression signed-integer-overflow:addrman.cpp" (MarcoFalke)
Pull request description:
Forgot to do this in #22734
ACKs for top commit:
fanquake:
ACK fa5e8c1044cb03a46807d6da6fe8d5f45f7e2e12
Tree-SHA512: cabd741b73c828ae3c40df37d80022039e41e571fa196eebcb41e51c582064a1463a3677eb3b0e997ed141b32003802019474d2b739f0b606b4a16da4f585faa
-rw-r--r-- | test/sanitizer_suppressions/ubsan | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index 63e7c57ddb..b52e105a33 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -5,8 +5,6 @@ # names can be used. # See https://github.com/google/sanitizers/issues/1364 signed-integer-overflow:txmempool.cpp -# nLastSuccess read from peers.dat might cause an overflow in IsTerrible -signed-integer-overflow:addrman.cpp # https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719 signed-integer-overflow:policy/feerate.cpp |