diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-21 19:23:07 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-22 09:01:06 +0200 |
commit | fa5e8c1044cb03a46807d6da6fe8d5f45f7e2e12 (patch) | |
tree | bbf862a3b49ccd09913f5089e45880f6bcf848a0 | |
parent | 51c7d88e6790d857b9920bb8b51422320dde662d (diff) |
Revert "test: Add missing suppression signed-integer-overflow:addrman.cpp"
This reverts commit facb534c37725ca446fd56d781b70ba26508bd2a.
-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 |