diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 19:52:16 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 19:43:42 +0200 |
commit | facb534c37725ca446fd56d781b70ba26508bd2a (patch) | |
tree | 6a0f10622d6e296ae86a2e97ad36d8f612891f2a /test/sanitizer_suppressions/ubsan | |
parent | 5e3380b9f59481fc18e05b9d651c3c733abe4053 (diff) |
test: Add missing suppression signed-integer-overflow:addrman.cpp
Diffstat (limited to 'test/sanitizer_suppressions/ubsan')
-rw-r--r-- | test/sanitizer_suppressions/ubsan | 2 |
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 |