55
66# -fsanitize=integer suppressions
77# ===============================
8- # Dependencies
9- # ------------
108# Suppressions in dependencies that are developed outside this repository.
9+ # ------------
10+
1111unsigned-integer-overflow:*/include/c++/
1212unsigned-integer-overflow:FuzzedDataProvider::ConsumeIntegralInRange
1313unsigned-integer-overflow:leveldb/
@@ -34,12 +34,15 @@ shift-base:leveldb/
3434shift-base:minisketch/
3535shift-base:secp256k1/
3636shift-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 .
4346unsigned-integer-overflow:arith_uint256.h
4447unsigned-integer-overflow:CBloomFilter::Hash
4548unsigned-integer-overflow:CRollingBloomFilter::insert
@@ -61,7 +64,6 @@ implicit-integer-sign-change:SetStdinEcho
6164implicit-integer-sign-change:compressor.h
6265implicit-integer-sign-change:crypto/
6366implicit-integer-sign-change:TxConfirmStats::removeTx
64- implicit-integer-sign-change:verify_flags
6567implicit-integer-sign-change:EvalScript
6668implicit-signed-integer-truncation:crypto/
6769implicit-unsigned-integer-truncation:crypto/
0 commit comments