FreeBSD regtest: add fakes for older versions in scalar
[valgrind.git] / memcheck / tests / freebsd / utimens.stderr.exp
blobecced6b30ab8d8e8ef068d3c9ab6ee2e5b801735
1 futimens failed:: Bad file descriptor
2 Syscall param futimens(fd) contains uninitialised byte(s)
3 at 0x........: futimens (in /...libc...)
4 by 0x........: main (utimens.c:51)
6 Syscall param futimens(times) points to uninitialised byte(s)
7 at 0x........: futimens (in /...libc...)
8 by 0x........: main (utimens.c:51)
9 Address 0x........ is on thread 1's stack
10 in frame #1, created by main (utimens.c:17)
12 Syscall param utimensat(fd) contains uninitialised byte(s)
13 at 0x........: utimensat (in /...libc...)
14 by 0x........: main (utimens.c:52)
16 Syscall param utimensat(flag) contains uninitialised byte(s)
17 at 0x........: utimensat (in /...libc...)
18 by 0x........: main (utimens.c:52)
20 Syscall param utimensat(path) points to unaddressable byte(s)
21 at 0x........: utimensat (in /...libc...)
22 by 0x........: main (utimens.c:52)
23 Address 0x........ is 0 bytes inside a block of size 4 free'd
24 at 0x........: free (vg_replace_malloc.c:...)
25 by 0x........: main (utimens.c:50)
26 Block was alloc'd at
27 at 0x........: malloc (vg_replace_malloc.c:...)
28 ...
29 by 0x........: main (utimens.c:49)
31 Syscall param utimensat(times) points to uninitialised byte(s)
32 at 0x........: utimensat (in /...libc...)
33 by 0x........: main (utimens.c:52)
34 Address 0x........ is on thread 1's stack
35 in frame #1, created by main (utimens.c:17)