FreeBSD regtest: remove test for version 13+ syscalls
[valgrind.git] / memcheck / tests / freebsd / chflags.stderr.exp
blob82c11d13b2b9fa0df17a67e83fed6d520f4a0090
1 Syscall param fchflags(fd) contains uninitialised byte(s)
2 at 0x........: fchflags (in /...libc...)
3 by 0x........: main (chflags.c:22)
5 Syscall param fchflags(flags) contains uninitialised byte(s)
6 at 0x........: fchflags (in /...libc...)
7 by 0x........: main (chflags.c:23)
9 Syscall param chflags(flags) contains uninitialised byte(s)
10 at 0x........: chflags (in /...libc...)
11 by 0x........: main (chflags.c:30)
13 Syscall param lchflags(flags) contains uninitialised byte(s)
14 at 0x........: lchflags (in /...libc...)
15 by 0x........: main (chflags.c:31)
17 Syscall param chflagsat(flags) contains uninitialised byte(s)
18 at 0x........: chflagsat (in /...libc...)
19 by 0x........: main (chflags.c:32)
21 Syscall param chflagsat(atflag) contains uninitialised byte(s)
22 at 0x........: chflagsat (in /...libc...)
23 by 0x........: main (chflags.c:35)
25 Syscall param chflags(path) points to unaddressable byte(s)
26 at 0x........: chflags (in /...libc...)
27 by 0x........: main (chflags.c:39)
28 Address 0x........ is 0 bytes inside a block of size 12 free'd
29 at 0x........: free (vg_replace_malloc.c:...)
30 by 0x........: main (chflags.c:37)
31 Block was alloc'd at
32 at 0x........: malloc (vg_replace_malloc.c:...)
33 ...
34 by 0x........: main (chflags.c:11)
36 Syscall param lchflags(path) points to unaddressable byte(s)
37 at 0x........: lchflags (in /...libc...)
38 by 0x........: main (chflags.c:40)
39 Address 0x........ is 0 bytes inside a block of size 12 free'd
40 at 0x........: free (vg_replace_malloc.c:...)
41 by 0x........: main (chflags.c:37)
42 Block was alloc'd at
43 at 0x........: malloc (vg_replace_malloc.c:...)
44 ...
45 by 0x........: main (chflags.c:11)
47 Syscall param chflagsat(path) points to unaddressable byte(s)
48 at 0x........: chflagsat (in /...libc...)
49 by 0x........: main (chflags.c:41)
50 Address 0x........ is 0 bytes inside a block of size 12 free'd
51 at 0x........: free (vg_replace_malloc.c:...)
52 by 0x........: main (chflags.c:37)
53 Block was alloc'd at
54 at 0x........: malloc (vg_replace_malloc.c:...)
55 ...
56 by 0x........: main (chflags.c:11)