Skip to content

Commit facb534

Browse files
author
MarcoFalke
committed
test: Add missing suppression signed-integer-overflow:addrman.cpp
1 parent 5e3380b commit facb534

File tree

1 file changed

+2
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+2
-0
lines changed

test/sanitizer_suppressions/ubsan

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# names can be used.
66
# See https://github.com/google/sanitizers/issues/1364
77
signed-integer-overflow:txmempool.cpp
8+
# nLastSuccess read from peers.dat might cause an overflow in IsTerrible
9+
signed-integer-overflow:addrman.cpp
810
# https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
911
signed-integer-overflow:policy/feerate.cpp
1012

0 commit comments

Comments
 (0)