mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_string.tcc
This commit is contained in:
parent
fdd068507d
commit
0f020cdf0a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
# 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:*/include/c++/*/bits/basic_string.tcc
|
||||
unsigned-integer-overflow:arith_uint256.h
|
||||
unsigned-integer-overflow:basic_string.h
|
||||
unsigned-integer-overflow:bench/bench.h
|
||||
|
|
Loading…
Reference in a new issue