|
From: <sv...@va...> - 2005-11-18 09:30:17
|
Author: tom
Date: 2005-11-18 09:30:15 +0000 (Fri, 18 Nov 2005)
New Revision: 5187
Log:
Yet more __libc_start_main updates.
Modified:
trunk/memcheck/tests/buflen_check.stderr.exp2
trunk/memcheck/tests/execve.stderr.exp2
trunk/memcheck/tests/execve2.stderr.exp2
trunk/memcheck/tests/fwrite.stderr.exp
Modified: trunk/memcheck/tests/buflen_check.stderr.exp2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/buflen_check.stderr.exp2 2005-11-18 09:26:14 UTC=
(rev 5186)
+++ trunk/memcheck/tests/buflen_check.stderr.exp2 2005-11-18 09:30:15 UTC=
(rev 5187)
@@ -1,13 +1,11 @@
Syscall param socketcall.getsockname(name) points to unaddressable byte(=
s)
at 0x........: getsockname (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
=20
Syscall param socketcall.getsockname(namelen_in) points to unaddressable=
byte(s)
at 0x........: getsockname (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
getsockname(1) failed
getsockname(2) failed
Modified: trunk/memcheck/tests/execve.stderr.exp2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/execve.stderr.exp2 2005-11-18 09:26:14 UTC (rev =
5186)
+++ trunk/memcheck/tests/execve.stderr.exp2 2005-11-18 09:30:15 UTC (rev =
5187)
@@ -1,17 +1,14 @@
Syscall param execve(filename) points to unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
=20
Syscall param execve(argv[i]) points to unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
=20
Syscall param execve(envp[i]) points to unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Modified: trunk/memcheck/tests/execve2.stderr.exp2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/execve2.stderr.exp2 2005-11-18 09:26:14 UTC (rev=
5186)
+++ trunk/memcheck/tests/execve2.stderr.exp2 2005-11-18 09:30:15 UTC (rev=
5187)
@@ -1,5 +1,4 @@
Syscall param execve(filename) points to unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Modified: trunk/memcheck/tests/fwrite.stderr.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/fwrite.stderr.exp 2005-11-18 09:26:14 UTC (rev 5=
186)
+++ trunk/memcheck/tests/fwrite.stderr.exp 2005-11-18 09:30:15 UTC (rev 5=
187)
@@ -1,7 +1,6 @@
Syscall param write(buf) points to uninitialised byte(s)
at 0x........: write (in /...libc...)
by 0x........: __libc_start_main (in /...libc...)
- by 0x........: ...
Address 0x........ is 0 bytes inside a block of size 10 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (fwrite.c:7)
|