############################################################################# | |
# UBSan ignorelist. | |
############################################################################# | |
# Ignore system libraries. | |
src:*/usr/* | |
# Ignore alignment errors from third parties | |
[alignment] | |
src:*third_party/zlib* | |
# https://crbug.com/385062729 | |
[pointer-overflow] | |
fun:*angle*PoolAllocator*allocate* | |