aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-08 19:52:16 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-08 19:43:42 +0200
commitfacb534c37725ca446fd56d781b70ba26508bd2a (patch)
tree6a0f10622d6e296ae86a2e97ad36d8f612891f2a /test/sanitizer_suppressions
parent5e3380b9f59481fc18e05b9d651c3c733abe4053 (diff)
downloadbitcoin-facb534c37725ca446fd56d781b70ba26508bd2a.tar.xz
test: Add missing suppression signed-integer-overflow:addrman.cpp
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r--test/sanitizer_suppressions/ubsan2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan
index b52e105a33..63e7c57ddb 100644
--- a/test/sanitizer_suppressions/ubsan
+++ b/test/sanitizer_suppressions/ubsan
@@ -5,6 +5,8 @@
# 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