mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05: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
|
# -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…
Add table
Reference in a new issue