sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_string.tcc

This commit is contained in:
Jonas Schnelli 2020-11-20 08:40:50 +01:00
parent fdd068507d
commit 0f020cdf0a

View file

@ -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