FreeBSD regtest: remove test for version 13+ syscalls
[valgrind.git] / memcheck / tests / freebsd / statfs.stderr.exp
blobe60ab30fe60721ce68d56389c037a3feac3e915a
1 Syscall param statfs(buf) points to unaddressable byte(s)
2    at 0x........: _statfs (in /...libc...)
3    by 0x........: main (statfs.c:28)
4  Address 0x........ is 0 bytes inside a block of size 2,344 free'd
5    at 0x........: free (vg_replace_malloc.c:...)
6    by 0x........: main (statfs.c:25)
7  Block was alloc'd at
8    at 0x........: malloc (vg_replace_malloc.c:...)
9    by 0x........: main (statfs.c:24)
11 Syscall param fstatfs(buf) points to unaddressable byte(s)
12    at 0x........: __sys_fstatfs (in /...libc...)
13    by 0x........: main (statfs.c:31)
14  Address 0x........ is 0 bytes inside a block of size 2,344 free'd
15    at 0x........: free (vg_replace_malloc.c:...)
16    by 0x........: main (statfs.c:30)
17  Block was alloc'd at
18    at 0x........: malloc (vg_replace_malloc.c:...)
19    by 0x........: main (statfs.c:29)
21 Syscall param statfs(buf) points to unaddressable byte(s)
22    at 0x........: _statfs (in /...libc...)
23    by 0x........: main (statfs.c:34)
24  Address 0x........ is 0 bytes after a block of size 2,341 alloc'd
25    at 0x........: malloc (vg_replace_malloc.c:...)
26    by 0x........: main (statfs.c:33)
28 Syscall param statfs(path) points to unaddressable byte(s)
29    at 0x........: _statfs (in /...libc...)
30    by 0x........: main (statfs.c:39)
31  Address 0x........ is 0 bytes inside a block of size 8 free'd
32    at 0x........: free (vg_replace_malloc.c:...)
33    by 0x........: main (statfs.c:37)
34  Block was alloc'd at
35    at 0x........: malloc (vg_replace_malloc.c:...)
36    ...
37    by 0x........: main (statfs.c:36)
39 Syscall param fstatfs(fd) contains uninitialised byte(s)
40    at 0x........: __sys_fstatfs (in /...libc...)
41    by 0x........: main (statfs.c:42)