mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#21599: Replace file level integer overflow suppression with function level suppression
This commit is contained in:
parent
8a0dc8cfa1
commit
c116d8405a
@ -1,6 +1,6 @@
|
||||
# -fsanitize=undefined suppressions
|
||||
# =================================
|
||||
# No suppressions at the moment. Hooray!
|
||||
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
|
||||
|
||||
# -fsanitize=integer suppressions
|
||||
# ===============================
|
||||
@ -100,5 +100,4 @@ shift-base:leveldb/
|
||||
shift-base:net_processing.cpp
|
||||
shift-base:streams.h
|
||||
shift-base:util/bip32.cpp
|
||||
signed-integer-overflow:txmempool.cpp
|
||||
vptr:bls/bls.h
|
||||
|
Loading…
Reference in New Issue
Block a user