aboutsummaryrefslogtreecommitdiff
path: root/tools/xsan.blacklist
blob: df2b3849d99e1b5eec3f764282e7676c686287a4 (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!

# libpng and zlib both dereference under-aligned pointers.
# TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet.
# [alignment]
src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
src:.*third_party/externals/zlib/deflate.c

#endif