skia2/tools/xsan.blacklist
mtklein 7918b99506 try stifling integer overflow error
first time we've done this, let's see if it works!

BUG=skia:4667

Looks ok now.  Red ASAN bot is different errors.

Review URL: https://codereview.chromium.org/1507063007
2015-12-09 07:24:10 -08:00

16 lines
525 B
Plaintext

#if 0
# This file must be a no-op C #include header, and a valid *SAN blacklist file.
# Luckily, anything starting with # is a comment to *SAN blacklist files,
# and anything inside #if 0 is ignored by C. Yippee!
#
# If you want to type '*', type '.*' instead. Don't make C comments!
# Suppress third_party/externals. We mostly care about our own code.
src:.*third_party/externals.*
# Temporarily stifle while we fix integer overflow. skia:4667
fun:_ZN7SkCodec13NewFromStreamEP8SkStreamP16SkPngChunkReader
#endif