xsan.blacklist 569 B

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