FreeBSD regtest: remove test for version 13+ syscalls
[valgrind.git] / memcheck / tests / freebsd / capsicum.stderr.exp
blob3d70dbf821ea6164ac080bd3b3b3e6752eb2e396
1 WARNING: Valgrind may not operate correctly in capability mode.
2 Please consider disabling capability by using the RUNNING_ON_VALGRIND mechanism.
3 See http://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.clientreq
4 Syscall param cap_getmode(modep) points to unaddressable byte(s)
5 ...
6 by 0x........: main (capsicum.c:81)
7 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Syscall param cap_rights_get(rights) points to unaddressable byte(s)
10 ...
11 by 0x........: main (capsicum.c:83)
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Syscall param cap_rights_get(fd) contains uninitialised byte(s)
15 ...
16 by 0x........: main (capsicum.c:84)
18 Syscall param cap_rights_get(rights) points to unaddressable byte(s)
19 ...
20 by 0x........: main (capsicum.c:88)
21 Address 0x........ is 0 bytes inside a block of size 16 free'd
22 at 0x........: free (vg_replace_malloc.c:...)
23 by 0x........: main (capsicum.c:87)
24 Block was alloc'd at
25 at 0x........: malloc (vg_replace_malloc.c:...)
26 by 0x........: main (capsicum.c:85)
28 Syscall param cap_rights_limit(fd) contains uninitialised byte(s)
29 ...
30 by 0x........: main (capsicum.c:90)
32 Syscall param cap_rights_limit(rights) points to unaddressable byte(s)
33 ...
34 by 0x........: main (capsicum.c:92)
35 Address 0x........ is 0 bytes inside a block of size 16 free'd
36 at 0x........: free (vg_replace_malloc.c:...)
37 by 0x........: main (capsicum.c:87)
38 Block was alloc'd at
39 at 0x........: malloc (vg_replace_malloc.c:...)
40 by 0x........: main (capsicum.c:85)