Skip to content

Commit fab5a3c

Browse files
author
MarcoFalke
committed
test: Remove unused verify_flags suppression
1 parent c521192 commit fab5a3c

File tree

1 file changed

+7
-5
lines changed
  • test/sanitizer_suppressions

1 file changed

+7
-5
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
# -fsanitize=integer suppressions
77
# ===============================
8-
# Dependencies
9-
# ------------
108
# Suppressions in dependencies that are developed outside this repository.
9+
# ------------
10+
1111
unsigned-integer-overflow:*/include/c++/
1212
unsigned-integer-overflow:FuzzedDataProvider::ConsumeIntegralInRange
1313
unsigned-integer-overflow:leveldb/
@@ -34,12 +34,15 @@ shift-base:leveldb/
3434
shift-base:minisketch/
3535
shift-base:secp256k1/
3636
shift-base:test/fuzz/crypto_diff_fuzz_chacha20.cpp
37+
38+
# Suppressions in code developed inside this repository.
39+
# ------------
3740
# Unsigned integer overflow occurs when the result of an unsigned integer
3841
# computation cannot be represented in its type. Unlike signed integer overflow,
3942
# this is not undefined behavior, but it is often unintentional. The list below
4043
# contains files in which we expect unsigned integer overflows to occur. The
41-
# list is used to suppress -fsanitize=integer warnings when running our CI UBSan
42-
# job.
44+
# list is used to suppress -fsanitize=integer warnings when running UBSan
45+
# locally or in CI.
4346
unsigned-integer-overflow:arith_uint256.h
4447
unsigned-integer-overflow:CBloomFilter::Hash
4548
unsigned-integer-overflow:CRollingBloomFilter::insert
@@ -61,7 +64,6 @@ implicit-integer-sign-change:SetStdinEcho
6164
implicit-integer-sign-change:compressor.h
6265
implicit-integer-sign-change:crypto/
6366
implicit-integer-sign-change:TxConfirmStats::removeTx
64-
implicit-integer-sign-change:verify_flags
6567
implicit-integer-sign-change:EvalScript
6668
implicit-signed-integer-truncation:crypto/
6769
implicit-unsigned-integer-truncation:crypto/

0 commit comments

Comments
 (0)