mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
from the compiler. Patch from Bart Van Assche <bart.vanassche@gmail.com>. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7317
15 lines
621 B
Plaintext
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
|