mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Refactor the code to be reusable between execve and execveat syscalls. https://bugs.kde.org/show_bug.cgi?id=345077
20 lines
718 B
Plaintext
20 lines
718 B
Plaintext
Syscall param execveat(flags) contains uninitialised byte(s)
|
|
...
|
|
by 0x........: sys_execveat (sys-execveat.c:16)
|
|
by 0x........: main (sys-execveat.c:48)
|
|
|
|
Syscall param execveat(filename) points to unaddressable byte(s)
|
|
...
|
|
by 0x........: sys_execveat (sys-execveat.c:16)
|
|
by 0x........: main (sys-execveat.c:50)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Syscall param execveat(argv) points to uninitialised byte(s)
|
|
...
|
|
by 0x........: sys_execveat (sys-execveat.c:16)
|
|
by 0x........: main (sys-execveat.c:51)
|
|
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (sys-execveat.c:41)
|
|
|