Skip to content

Commit 585854a

Browse files
test: Replace blanket UBSan signed integer overflow suppression for txmempool.cpp with specific suppression
1 parent 590e49c commit 585854a

File tree

1 file changed

+1
-2
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-2
lines changed

test/sanitizer_suppressions/ubsan

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -fsanitize=undefined suppressions
22
# =================================
3-
# No suppressions at the moment. Hooray!
3+
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
44

55
# -fsanitize=integer suppressions
66
# ===============================
@@ -100,4 +100,3 @@ shift-base:leveldb/
100100
shift-base:net_processing.cpp
101101
shift-base:streams.h
102102
shift-base:util/bip32.cpp
103-
signed-integer-overflow:txmempool.cpp

0 commit comments

Comments
 (0)