mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: Add missing suppression signed-integer-overflow:addrman.cpp
This commit is contained in:
parent
5e3380b9f5
commit
facb534c37
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue