1############################################################################# 2# UBSan ignorelist. 3 4############################################################################# 5# Ignore system libraries. 6src:*/usr/* 7# Ignore alignment errors from third parties 8[alignment] 9src:*third_party/zlib* 10 11# https://crbug.com/385062729 12[pointer-overflow] 13fun:*angle*PoolAllocator*allocate* 14 15