Index: tools/memory/asan/blacklist_win.txt |
diff --git a/tools/memory/asan/blacklist_win.txt b/tools/memory/asan/blacklist_win.txt |
index 1c0326ce503cb7aeccad97504f9eeb01c44600e0..75ca1aa995679aad072f030f9e29acc75cfb95e0 100644 |
--- a/tools/memory/asan/blacklist_win.txt |
+++ b/tools/memory/asan/blacklist_win.txt |
@@ -4,6 +4,11 @@ |
# |
# Please think twice before you add or remove these rules. |
+# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG |
+# This really belongs in the ASan default blacklist, but that's not enough due |
+# to a bug/misfeature in the compiler driver: http://llvm.org/PR22431 |
+fun:*_Find_elem@*@std* |
+ |
################################################################################ |
# Sandbox executes some of its code before the ASan RTL gets initialized and |
# maps shadow memory. As a result, instrmented code tries to access unavailable |