aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-02 21:59:39 +0100
committerMacroFake <falke.marco@gmail.com>2022-06-22 09:32:09 +0200
commitfa07f84e316171d60dd9941fb8db37e0a0de6654 (patch)
tree58bcd96dc55f91fe4ea8104b1a59058af78c8c17 /test/sanitizer_suppressions
parentfa52cf8e11b3af6e0a302d5d17aab6cea78899d5 (diff)
downloadbitcoin-fa07f84e316171d60dd9941fb8db37e0a0de6654.tar.xz
Fix signed integer overflow in prioritisetransaction RPC
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r--test/sanitizer_suppressions/ubsan4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan
index e6cfe5f81a..67ef512895 100644
--- a/test/sanitizer_suppressions/ubsan
+++ b/test/sanitizer_suppressions/ubsan
@@ -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