mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 07:31:15 +02:00
Fix signed integer overflow in prioritisetransaction RPC
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# -fsanitize=undefined suppressions
|
||||
# =================================
|
||||
# This would be `signed-integer-overflow:CTxMemPool::PrioritiseTransaction`,
|
||||
# The suppressions would be `sanitize-type:ClassName::MethodName`,
|
||||
# however due to a bug in clang the symbolizer is disabled and thus no symbol
|
||||
# names can be used.
|
||||
# See https://github.com/google/sanitizers/issues/1364
|
||||
signed-integer-overflow:txmempool.cpp
|
||||
|
||||
# https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
|
||||
signed-integer-overflow:policy/feerate.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user