Roll chromium_revision 19159a8788..a0132a2044 (886529:887053) Change log:19159a8788..a0132a2044Full diff:19159a8788..a0132a2044Changed dependencies * src/base:eb591f0d4b..43f91dbc50* src/build:4f39b7cf99..2f6e88e05d* src/buildtools/third_party/libunwind/trunk:7846d25635..c8d0fb870a* src/ios:6d4134ba11..61b28637d9* src/testing:04abc75222..55ab025d49* src/third_party:6dc8812614..3544467673* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/74a278f9bb..e83a92e7b8 * src/third_party/depot_tools:6d45691f60..6fc394f93d* src/third_party/googletest/src:23ef29555e..a3460d1aee* src/third_party/perfetto:78af063a63..be406c7d16* src/tools:255ad6c868..451fade863DEPS diff:19159a8788..a0132a2044/DEPS No update to Clang. Bug: webrtc:12817, webrtc:11680 Change-Id: Icf3b9678dbd529bb6878bcb12bdb4c1c3e7f2c24 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220364 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34145}
25 lines
934 B
Plaintext
25 lines
934 B
Plaintext
#############################################################################
|
|
# UBSan ignorelist.
|
|
#
|
|
# This is a WebRTC-specific replacement of Chromium's ignorelist.txt.
|
|
# Only exceptions for third party libraries go here. WebRTC's code should use
|
|
# the RTC_NO_SANITIZE macro. Please think twice before adding new exceptions.
|
|
|
|
#############################################################################
|
|
# YASM does some funny things that UBsan doesn't like.
|
|
# https://crbug.com/489901
|
|
src:*/third_party/yasm/*
|
|
|
|
# OpenH264 triggers some errors that are out of our control.
|
|
src:*/third_party/ffmpeg/libavcodec/*
|
|
src:*/third_party/openh264/*
|
|
|
|
# TODO(bugs.webrtc.org/11110).
|
|
# Remove those once upstream code has been cleaned.
|
|
src:*/third_party/abseil-cpp/absl/debugging/*
|
|
src:*/third_party/libvpx/source/libvpx/vp8/*
|
|
|
|
#############################################################################
|
|
# Ignore system libraries.
|
|
src:*/usr/*
|