Skip to content

Commit

Permalink
test: Replace blanket UBSan signed integer overflow suppression for t…
Browse files Browse the repository at this point in the history
…xmempool.cpp with specific suppression
  • Loading branch information
practicalswift committed Apr 4, 2021
1 parent 590e49c commit 585854a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sanitizer_suppressions/ubsan
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -fsanitize=undefined suppressions
# =================================
# No suppressions at the moment. Hooray!
signed-integer-overflow:CTxMemPool::PrioritiseTransaction

# -fsanitize=integer suppressions
# ===============================
Expand Down Expand Up @@ -100,4 +100,3 @@ shift-base:leveldb/
shift-base:net_processing.cpp
shift-base:streams.h
shift-base:util/bip32.cpp
signed-integer-overflow:txmempool.cpp

0 comments on commit 585854a

Please sign in to comment.