mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Merge #20430: sanitizers: Add suppression for unsigned-integer-overflow in libstdc++
0f020cdf0a
sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_string.tcc (Jonas Schnelli) Pull request description: Reported here: https://bitcoinbuilds.org/logs/e35cd579-0f0f-47e4-b49a-4ceba8ff9830.log Issue: https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/bits/basic_string.tcc#L1271 ACKs for top commit: MarcoFalke: cr ACK0f020cdf0a
practicalswift: cr ACK0f020cdf0a
Tree-SHA512: e304259a1eed878263bd715b4d16c57f8974264c23ccd6799f85e8141b2eb0b5c6468a6452ffbc7334f57c1957b6e43bb248760b3c0718d93f092d57764d0a8f
This commit is contained in:
commit
ea460291f9
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…
Add table
Reference in a new issue