blob: df2b3849d99e1b5eec3f764282e7676c686287a4 [file] [log] [blame]
Mike Klein475c5e92018-08-08 10:23:17 -04001#if 0
2
3# This file must be a no-op C #include header, and a valid *SAN blacklist file.
4# Luckily, anything starting with # is a comment to *SAN blacklist files,
5# and anything inside #if 0 is ignored by C. Yippee!
6#
7# If you want to type '*', type '.*' instead. Don't make C comments!
8
9# libpng and zlib both dereference under-aligned pointers.
10# TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet.
11# [alignment]
12src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
13src:.*third_party/externals/zlib/deflate.c
14
15#endif