Skip to content

Commit

Permalink
sanitizers: Add suppression for unsigned-integer-overflow in libstdc+…
Browse files Browse the repository at this point in the history
…+ basic_string.tcc
  • Loading branch information
jonasschnelli committed Nov 20, 2020
1 parent fdd0685 commit 0f020cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sanitizer_suppressions/ubsan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f020cd

Please sign in to comment.