1############################################################################# 2# UBSan blacklist. 3# 4# This is a WebRTC-specific replacement of Chromium's blacklist.txt. 5# Only exceptions for third party libraries go here. WebRTC's code should use 6# the RTC_NO_SANITIZE macro. Please think twice before adding new exceptions. 7 8############################################################################# 9# YASM does some funny things that UBsan doesn't like. 10# https://crbug.com/489901 11src:*/third_party/yasm/* 12 13# OpenH264 triggers some errors that are out of our control. 14src:*/third_party/ffmpeg/libavcodec/* 15src:*/third_party/openh264/* 16 17# TODO(bugs.webrtc.org/11110). 18# Remove those once upstream code has been cleaned. 19src:*/third_party/abseil-cpp/absl/debugging/* 20src:*/third_party/libvpx/source/libvpx/vp8/* 21 22############################################################################# 23# Ignore system libraries. 24src:*/usr/* 25