Skip to content

Commit c116d84

Browse files
kwvgPastaPastaPasta
authored andcommitted
merge bitcoin#21599: Replace file level integer overflow suppression with function level suppression
1 parent 8a0dc8c commit c116d84

File tree

1 file changed

+1
-2
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-2
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 1 addition & 2 deletions
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,5 +100,4 @@ 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
104103
vptr:bls/bls.h

0 commit comments

Comments
 (0)