Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / fexecve.stderr.exp
bloba5416581680da98154abbe85b5ddc9534ea1ce2b
1 Syscall param fexecve(fd) contains uninitialised byte(s)
2    at 0x........: fexecve (in /...libc...)
3    by 0x........: main (fexecve.c:29)
5 Syscall param fexecve(argv[0]) points to unaddressable byte(s)
6    at 0x........: fexecve (in /...libc...)
7    by 0x........: main (fexecve.c:29)
8  Address 0x........ is 0 bytes inside a block of size 10 free'd
9    at 0x........: free (vg_replace_malloc.c:...)
10    by 0x........: main (fexecve.c:27)
11  Block was alloc'd at
12    at 0x........: malloc (vg_replace_malloc.c:...)
13    ...
14    by 0x........: main (fexecve.c:19)
16 Syscall param fexecve(envp[i]) points to unaddressable byte(s)
17    at 0x........: fexecve (in /...libc...)
18    by 0x........: main (fexecve.c:29)
19  Address 0x........ is 0 bytes inside a block of size 8 free'd
20    at 0x........: free (vg_replace_malloc.c:...)
21    by 0x........: main (fexecve.c:28)
22  Block was alloc'd at
23    at 0x........: malloc (vg_replace_malloc.c:...)
24    ...
25    by 0x........: main (fexecve.c:20)