|
|
|
@ -1,9 +1,19 @@
|
|
|
|
|
# -fsanitize=undefined suppressions
|
|
|
|
|
# =================================
|
|
|
|
|
alignment:move.h
|
|
|
|
|
alignment:prevector.h
|
|
|
|
|
bool:wallet/wallet.cpp
|
|
|
|
|
float-divide-by-zero:policy/fees.cpp
|
|
|
|
|
float-divide-by-zero:validation.cpp
|
|
|
|
|
float-divide-by-zero:wallet/wallet.cpp
|
|
|
|
|
|
|
|
|
|
# -fsanitize=integer suppressions
|
|
|
|
|
# ===============================
|
|
|
|
|
# Unsigned integer overflow occurs when the result of an unsigned integer
|
|
|
|
|
# computation cannot be represented in its type. Unlike signed integer overflow,
|
|
|
|
|
# this is not undefined behavior, but it is often unintentional. The list below
|
|
|
|
|
# contains files in which we expect unsigned integer overflows to occur. The
|
|
|
|
|
# list is used to suppress -fsanitize=integer warnings when running our CI UBSan
|
|
|
|
|
# job.
|
|
|
|
|
unsigned-integer-overflow:arith_uint256.h
|
|
|
|
|
unsigned-integer-overflow:basic_string.h
|
|
|
|
|
unsigned-integer-overflow:bench/bench.h
|
|
|
|
@ -32,4 +42,3 @@ unsigned-integer-overflow:stl_bvector.h
|
|
|
|
|
unsigned-integer-overflow:txmempool.cpp
|
|
|
|
|
unsigned-integer-overflow:util/strencodings.cpp
|
|
|
|
|
unsigned-integer-overflow:validation.cpp
|
|
|
|
|
vptr:fs.cpp
|
|
|
|
|