• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#############################################################################
2# UBSan ignorelist.
3#
4# This is a WebRTC-specific replacement of Chromium's ignorelist.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# OpenH264 triggers some errors that are out of our control.
10src:*/third_party/ffmpeg/libavcodec/*
11src:*/third_party/openh264/*
12
13# TODO(bugs.webrtc.org/11110).
14# Remove those once upstream code has been cleaned.
15src:*/third_party/abseil-cpp/absl/debugging/*
16src:*/third_party/libvpx/source/libvpx/vp8/*
17
18#############################################################################
19# Ignore system libraries.
20src:*/usr/*
21
22#############################################################################
23[alignment]
24# Libaom and libsrtp are doing unaligned memory access.
25src:*/third_party/libaom/source/libaom/*
26src:*/third_party/libsrtp/srtp/srtp.c
27