|
From: Tom H. <th...@cy...> - 2005-02-26 17:44:01
|
CVS commit by thughes:
Updated for recent changes to C library symbol filtering.
M +2 -2 badjump.stderr.exp2 1.2
--- valgrind/memcheck/tests/badjump.stderr.exp2 #1.1:1.2
@@ -2,5 +2,5 @@
Jump to the invalid address stated on the next line
at 0x........: ???
- by 0x........: __libc_start_main (...libc...)
+ by 0x........: __libc_start_main (in /...libc...)
by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
@@ -9,5 +9,5 @@
Access not within mapped region at address 0x........
at 0x........: ???
- by 0x........: __libc_start_main (...libc...)
+ by 0x........: __libc_start_main (in /...libc...)
by 0x........: ...
|