We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e27dd + facb534 commit eb1f570Copy full SHA for eb1f570
test/sanitizer_suppressions/ubsan
@@ -5,6 +5,8 @@
5
# names can be used.
6
# See https://github.com/google/sanitizers/issues/1364
7
signed-integer-overflow:txmempool.cpp
8
+# nLastSuccess read from peers.dat might cause an overflow in IsTerrible
9
+signed-integer-overflow:addrman.cpp
10
# https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
11
signed-integer-overflow:policy/feerate.cpp
12
0 commit comments