2015-10-27 15:31:45 +01:00
|
|
|
#############################################################################
|
|
|
|
|
# UBSan blacklist.
|
2017-09-05 03:00:37 -07:00
|
|
|
#
|
|
|
|
|
# This is a WebRTC-specific replacement of Chromium's blacklist.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.
|
2015-10-27 15:31:45 +01:00
|
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
|
# YASM does some funny things that UBsan doesn't like.
|
|
|
|
|
# https://crbug.com/489901
|
|
|
|
|
src:*/third_party/yasm/*
|
|
|
|
|
|
2016-05-12 18:24:28 +02:00
|
|
|
# OpenH264 triggers some errors that are out of our control.
|
|
|
|
|
src:*/third_party/ffmpeg/libavcodec/*
|
|
|
|
|
src:*/third_party/openh264/*
|
|
|
|
|
|
2015-10-27 15:31:45 +01:00
|
|
|
#############################################################################
|
|
|
|
|
# Ignore system libraries.
|
|
|
|
|
src:*/usr/*
|