ftmemsim-valgrind/memcheck/tests/execve.stderr.exp
Tom Hughes eab4171285 Fix compiler warnings by using a variable to hide the null pointer
from the compiler.

Patch from Bart Van Assche <bart.vanassche@gmail.com>.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7317
2008-01-05 00:01:20 +00:00

15 lines
621 B
Plaintext

Syscall param execve(filename) points to unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: main (execve.c:9)
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........: main (execve.c:9)
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........: main (execve.c:9)
Address 0x........ is not stack'd, malloc'd or (recently) free'd