Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / stat.stderr.exp
blob6df3fa375e609d796e7b12989c16ea8ebf9d4ccd
1 Syscall param fstatat(path) points to unaddressable byte(s)
2    ...
3    by 0x........: main (stat.c:52)
4  Address 0x........ is 0 bytes inside a block of size 7 free'd
5    at 0x........: free (vg_replace_malloc.c:...)
6    by 0x........: main (stat.c:50)
7  Block was alloc'd at
8    at 0x........: malloc (vg_replace_malloc.c:...)
9    ...
10    by 0x........: main (stat.c:49)
12 Syscall param fstatat(sb) points to unaddressable byte(s)
13    ...
14    by 0x........: main (stat.c:57)
15  Address 0x........ is 0 bytes inside a block of size 224 free'd
16    at 0x........: free (vg_replace_malloc.c:...)
17    by 0x........: main (stat.c:55)
18  Block was alloc'd at
19    at 0x........: malloc (vg_replace_malloc.c:...)
20    by 0x........: main (stat.c:54)
22 Syscall param fstat(sb) points to unaddressable byte(s)
23    at 0x........: __sys_fstat (in /...libc...)
24    by 0x........: main (stat.c:61)
25  Address 0x........ is 0 bytes inside a block of size 224 free'd
26    at 0x........: free (vg_replace_malloc.c:...)
27    by 0x........: main (stat.c:60)
28  Block was alloc'd at
29    at 0x........: malloc (vg_replace_malloc.c:...)
30    by 0x........: main (stat.c:59)
32 Syscall param fstat(fd) contains uninitialised byte(s)
33    at 0x........: __sys_fstat (in /...libc...)
34    by 0x........: main (stat.c:64)
36 Syscall param fstatat(fd) contains uninitialised byte(s)
37    ...
38    by 0x........: main (stat.c:66)
40 Syscall param fstatat(flag) contains uninitialised byte(s)
41    ...
42    by 0x........: main (stat.c:67)