]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Yet more __libc_start_main updates.
authorTom Hughes <tom@compton.nu>
Fri, 18 Nov 2005 09:30:15 +0000 (09:30 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Nov 2005 09:30:15 +0000 (09:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5187

memcheck/tests/buflen_check.stderr.exp2
memcheck/tests/execve.stderr.exp2
memcheck/tests/execve2.stderr.exp2
memcheck/tests/fwrite.stderr.exp

index 04ab67d112a3d8979cad9d2a78e2aa938174413d..cea97f6b4510c9eb9722c53f5d4e90de81033e81 100644 (file)
@@ -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
 
 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
index b4db8e141385d0837b4ce80f9955fe2844e0cbd1..e059ba89d9f55355222235a23201fa50bad67551 100644 (file)
@@ -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
 
 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
 
 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
index cbac85e07d2f75cb5bbf3a59d57c5e380962c448..0ebfc109372753a6061e2d7e9db8e8b6572bd9c4 100644 (file)
@@ -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
index 51999cccbc65fd2cba135b61b4ac19069d60058d..cb9d6873180ef94e34b00d8cd12a8425ee80feed 100644 (file)
@@ -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)