Chromium Code Reviews| Index: tools/msan/blacklist.txt |
| diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt |
| index 08607845a97536cd1ec381ace78645459a55783d..12e95d92fe08a3bf53718d65be3b18b22948d521 100644 |
| --- a/tools/msan/blacklist.txt |
| +++ b/tools/msan/blacklist.txt |
| @@ -16,3 +16,7 @@ fun:unpack_RGB888 |
| # http://crbug.com/363487 |
| fun:*WebCore*RenderLayerCompositor*updateIfNeeded* |
| + |
| +# Fixed in clang r207227. |
| +# http://code.google.com/p/memory-sanitizer/issues/detail?id=53 |
| +fun:getc_unlocked |