ftmemsim-valgrind/memcheck/tests/execve.stderr.exp
Nicholas Nethercote 49c135649d Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check
them.  Added a regtest for this.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2244
2004-02-12 14:34:14 +00:00

15 lines
636 B
Plaintext

Syscall param execve(filename) contains uninitialised or unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: main (execve.c:8)
Address 0x........ is not stack'd, malloc'd or free'd
Syscall param execve(argv[i]) contains uninitialised or unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: main (execve.c:8)
Address 0x........ is not stack'd, malloc'd or free'd
Syscall param execve(envp[i]) contains uninitialised or unaddressable byte(s)
at 0x........: execve (in /...libc...)
by 0x........: main (execve.c:8)
Address 0x........ is not stack'd, malloc'd or free'd