[UBSan] Add suppressions for vp8, opus, absl.

Defects are newly detected by the latest clang version.
This CL mutes them.

Rationale:
* They concern third party code we cannot update here.
* They block chromium roll (containing said clang version).

Bug: webrtc:11110
Change-Id: I7abdfee7e42fd8e89d2296f18690fbda449509d1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160081
Commit-Queue: Yves Gerey <yvesg@google.com>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29860}
This commit is contained in:
Yves Gerey 2019-11-20 22:04:21 +01:00 committed by Commit Bot
parent 662678dbf7
commit 76a7e518bd

View File

@ -14,6 +14,12 @@ src:*/third_party/yasm/*
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/*
src:*/third_party/opus/src/*
#############################################################################
# Ignore system libraries.
src:*/usr/*