mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
[asan] fix output test to not require debug symbols in asan run-time
llvm-svn: 146212
This commit is contained in:
parent
fa469d0efd
commit
7487a0ae1f
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user