From facb534c37725ca446fd56d781b70ba26508bd2a Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 8 Sep 2021 19:52:16 +0200 Subject: test: Add missing suppression signed-integer-overflow:addrman.cpp --- test/sanitizer_suppressions/ubsan | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sanitizer_suppressions/ubsan') 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 -- cgit v1.2.3