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.
5 # Please think twice before you add or remove these rules.
7 # False positive in ffmpeg due to assembly code. http://crbug.com/344505
8 fun:ff_get_cpu_flags_x86
10 # Uninit in zlib. http://crbug.com/116277
13 # Uninit in Mesa. http://crbug.com/347967
17 # http://crbug.com/363487
18 fun:*WebCore*RenderLayerCompositor*updateIfNeeded*
20 # Fixed in clang r207227.
21 # http://code.google.com/p/memory-sanitizer/issues/detail?id=53