Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: tools/memory/asan/blacklist_win.txt

Issue 886073003: Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698