ftmemsim-valgrind/memcheck/tests/linux/sys-execveat.stderr.exp
Alexandra Hájková 6f6ff49ffa Add support for execveat syscall
Refactor the code to be reusable between execve and
execveat syscalls.

https://bugs.kde.org/show_bug.cgi?id=345077
2020-06-08 20:58:09 +02:00

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)