blob: 3f4c80ec1bd16c92c581b702ebdc3be4e172f099 [file] [log] [blame]
Henrik Kjellanderf1dcd462015-10-27 15:31:45 +01001#############################################################################
2# UBSan blacklist.
oprypin8ad0e582017-09-05 03:00:37 -07003#
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.
Henrik Kjellanderf1dcd462015-10-27 15:31:45 +01007
8#############################################################################
9# YASM does some funny things that UBsan doesn't like.
10# https://crbug.com/489901
11src:*/third_party/yasm/*
12
Henrik Kjellander27178672016-05-12 18:24:28 +020013# OpenH264 triggers some errors that are out of our control.
14src:*/third_party/ffmpeg/libavcodec/*
15src:*/third_party/openh264/*
16
Henrik Kjellanderf1dcd462015-10-27 15:31:45 +010017#############################################################################
18# Ignore system libraries.
19src:*/usr/*