We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3380b commit facb534Copy full SHA for facb534
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