Upload upstream chromium 85.0.4183.84
[platform/framework/web/chromium-efl.git] / tools / msan / blacklist.txt
1 # The rules in this file are only applied at compile time. If you can modify the
2 # source in question, consider function attributes to disable instrumentation.
3 #
4 # Please think twice before you add or remove these rules.
5
6 # False positive in ffmpeg due to assembly code. http://crbug.com/344505
7 fun:ff_get_cpu_flags_x86
8
9 # Benign uninits in zlib.
10 # http://crbug.com/116277
11 fun:*MOZ_Z_deflate*
12 # http://crbug.com/418383
13 fun:longest_match
14
15 # False positives due to use of linux_syscall_support. http://crbug.com/394028
16 src:*/third_party/breakpad/breakpad/src/*
17 src:*/components/crash/core/app/breakpad_linux.cc
18
19 # Reports from sigaltstack instrumentation. https://crbug.com/1050279
20 fun:NaClSignalStackRegister
21 fun:NaClSignalStackUnregister