xref: /aosp_15_r20/external/skia/tools/xsan.supp (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker# If you change this file, then you will need to do a clean build (gn clean) in order
2*c8dee2aaSAndroid Build Coastguard Worker# for it to go into effect. This is not a problem with Bazel builds, only GN ones.
3*c8dee2aaSAndroid Build Coastguard Worker#
4*c8dee2aaSAndroid Build Coastguard Worker# https://clang.llvm.org/docs/SanitizerSpecialCaseList.html#format
5*c8dee2aaSAndroid Build Coastguard Worker# libpng and zlib both dereference under-aligned pointers.
6*c8dee2aaSAndroid Build Coastguard Worker# TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet.
7*c8dee2aaSAndroid Build Coastguard Worker# [alignment]
8*c8dee2aaSAndroid Build Coastguard Workersrc:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
9*c8dee2aaSAndroid Build Coastguard Workersrc:.*third_party/externals/zlib/deflate.c
10