[PATCH] Ignore stack-buffer-overflow in std::_Find_elem<*> / std::num_get<...>::_Getifld
Timur Iskhodzhanov
timurrrr at google.com
Wed May 7 07:44:54 PDT 2014
Hi kcc,
Without this, we can't use std::cin with ASan
http://reviews.llvm.org/D3650
Files:
lib/asan/asan_blacklist.txt
Index: lib/asan/asan_blacklist.txt
===================================================================
--- lib/asan/asan_blacklist.txt
+++ lib/asan/asan_blacklist.txt
@@ -8,3 +8,6 @@
# global:*global_with_bad_access_or_initialization*
# global:*global_with_initialization_issues*=init
# type:*Namespace::ClassName*=init
+
+# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
+fun:*_Find_elem@*@std*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3650.9175.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140507/e0b04b91/attachment.bin>
More information about the llvm-commits
mailing list