[asan] fix output test to not require debug symbols in asan run-time

llvm-svn: 146212
This commit is contained in:
Kostya Serebryany 2011-12-09 00:18:21 +00:00
parent fa469d0efd
commit 7487a0ae1f
3 changed files with 5 additions and 5 deletions

View File

@ -2,5 +2,5 @@ READ of size 1 at 0x.* thread T0
#0 0x.* in main .*heap-overflow.cc:6
0x.* is located 0 bytes to the right of 10-byte region
allocated by thread T0 here:
#0 0x.* in malloc _asan_rtl_
#0 0x.* in malloc
#1 0x.* in main .*heap-overflow.cc:[45]

View File

@ -1,7 +1,7 @@
WRITE of size 1 at 0x.* thread T0
#0 0x.* in strncpy _asan_rtl_
#0 0x.* in strncpy
#1 0x.* in main .*strncpy-overflow.cc:[78]
0x.* is located 0 bytes to the right of 9-byte region
allocated by thread T0 here:
#0 0x.* in malloc _asan_rtl_
#0 0x.* in malloc
#1 0x.* in main .*strncpy-overflow.cc:6

View File

@ -3,8 +3,8 @@ READ of size 1 at 0x.* thread T0
#0 0x.* in main .*use-after-free.cc:5
0x.* is located 5 bytes inside of 10-byte region .0x.*,0x.*
freed by thread T0 here:
#0 0x.* in free _asan_rtl_
#0 0x.* in free
#1 0x.* in main .*use-after-free.cc:[45]
previously allocated by thread T0 here:
#0 0x.* in malloc _asan_rtl_
#0 0x.* in malloc
#1 0x.* in main .*use-after-free.cc:3