xref: /aosp_15_r20/external/webrtc/tools_webrtc/msan/suppressions.txt (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1# The rules in this file are only applied at compile time.
2# Because the Chrome buildsystem does not automatically touch the files
3# mentioned here, changing this file requires clobbering all MSan bots.
4#
5# Please think twice before you add or remove these rules.
6
7# This is a stripped down copy of Chromium's ignorelist.txt, to enable
8# adding WebRTC-specific ignorelist entries.
9
10# Uninit in zlib. http://crbug.com/116277
11fun:*MOZ_Z_deflate*
12
13# Uninit in H264. http://crbug.com/webrtc/11702
14src:*/third_party/openh264/src/codec/processing/src/vaacalc/vaacalcfuncs.cpp
15
16