sanitizer-blacklist.txt 262 B

123456789
  1. # Ignore standard library headers.
  2. src:*/include/c\+\+/*
  3. # Ignore boost libraries headers.
  4. src:*/include/boost/*
  5. # Ignore Crypto++ library. We plan to remove it in the future. It exploits interger overflow and uses memcpy incorrectly.
  6. src:*/include/cryptopp/*