mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-07 01:42:32 +02: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,6 +1,6 @@
|
|||||||
# -fsanitize=undefined suppressions
|
# -fsanitize=undefined suppressions
|
||||||
# =================================
|
# =================================
|
||||||
# No suppressions at the moment. Hooray!
|
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
|
||||||
|
|
||||||
# -fsanitize=integer suppressions
|
# -fsanitize=integer suppressions
|
||||||
# ===============================
|
# ===============================
|
||||||
@ -100,4 +100,3 @@ shift-base:leveldb/
|
|||||||
shift-base:net_processing.cpp
|
shift-base:net_processing.cpp
|
||||||
shift-base:streams.h
|
shift-base:streams.h
|
||||||
shift-base:util/bip32.cpp
|
shift-base:util/bip32.cpp
|
||||||
signed-integer-overflow:txmempool.cpp
|
|
||||||
|
Loading…
Reference in New Issue
Block a user