aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/xsan.blacklist
blob: fc06c458f1e361032d2c8e4127d1a60a8d995b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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