Home | History | Annotate | Download | only in tools
      1 #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]
     12 src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
     13 src:.*third_party/externals/zlib/deflate.c
     14 
     15 #endif
     16