ubsan: Ignore alignment errors

We are using unaligned allocations in memory pools to service
ANGLE's SecondaryCommandBuffer implementation.  Until this is
fixed, ignore the ubsan errors.

We also are seeing errors from zlib, so including that in the
ignore until it is fixed upstream.

Test: angle_deqp_gles31_tests
Bug: angleproject:7852
Change-Id: Iaa34f12b7da7fa55558ba9ab0eace8fccf081653
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4070985
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Auto-Submit: Cody Northrop <cnorthrop@google.com>
Commit-Queue: Cody Northrop <cnorthrop@google.com>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Cody Northrop
2022-12-01 09:32:44 -07:00
committed by Angle LUCI CQ
parent 0d7a4884ea
commit a58ea0ac4b

View File

@@ -4,4 +4,8 @@
#############################################################################
# Ignore system libraries.
src:*/usr/*
# http://anglebug.com/7852 Ignore alignment errors
[alignment]
src:*src/libANGLE/renderer/vulkan/SecondaryCommandBuffer*
src:*third_party/zlib*