mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
test: Replace blanket UBSan signed integer overflow suppression for txmempool.cpp with specific suppression
This commit is contained in:
parent
590e49ccf2
commit
585854ac66
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# -fsanitize=undefined suppressions
|
||||
# =================================
|
||||
# No suppressions at the moment. Hooray!
|
||||
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
|
||||
|
||||
# -fsanitize=integer suppressions
|
||||
# ===============================
|
||||
|
@ -100,4 +100,3 @@ shift-base:leveldb/
|
|||
shift-base:net_processing.cpp
|
||||
shift-base:streams.h
|
||||
shift-base:util/bip32.cpp
|
||||
signed-integer-overflow:txmempool.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue