1---------------------------------------------------------
2215:              SYS_stat64 2s 2m
3---------------------------------------------------------
4Syscall param stat64(path) contains uninitialised byte(s)
5   ...
6
7Syscall param stat64(buf) contains uninitialised byte(s)
8   ...
9
10Syscall param stat64(path) points to unaddressable byte(s)
11   ...
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
13
14Syscall param stat64(buf) points to unaddressable byte(s)
15   ...
16 Address 0x........ is not stack'd, malloc'd or (recently) free'd
17
18---------------------------------------------------------
19216:             SYS_lstat64 2s 2m
20---------------------------------------------------------
21Syscall param lstat64(path) contains uninitialised byte(s)
22   ...
23
24Syscall param lstat64(buf) contains uninitialised byte(s)
25   ...
26
27Syscall param lstat64(path) points to unaddressable byte(s)
28   ...
29 Address 0x........ is not stack'd, malloc'd or (recently) free'd
30
31Syscall param lstat64(buf) points to unaddressable byte(s)
32   ...
33 Address 0x........ is not stack'd, malloc'd or (recently) free'd
34
35---------------------------------------------------------
36217:             SYS_fstat64 2s 1m
37---------------------------------------------------------
38Syscall param fstat64(fildes) contains uninitialised byte(s)
39   ...
40
41Syscall param fstat64(buf) contains uninitialised byte(s)
42   ...
43
44Syscall param fstat64(buf) points to unaddressable byte(s)
45   ...
46 Address 0x........ is not stack'd, malloc'd or (recently) free'd
47
48---------------------------------------------------------
49225:              SYS_open64 (2-args) 2s 1m
50---------------------------------------------------------
51Syscall param open64(filename) contains uninitialised byte(s)
52   ...
53
54Syscall param open64(flags) contains uninitialised byte(s)
55   ...
56
57Syscall param open(filename) points to unaddressable byte(s)
58   ...
59 Address 0x........ is not stack'd, malloc'd or (recently) free'd
60
61---------------------------------------------------------
62225:              SYS_open64 (3-args) 3s 1m
63---------------------------------------------------------
64Syscall param open64(filename) contains uninitialised byte(s)
65   ...
66
67Syscall param open64(flags) contains uninitialised byte(s)
68   ...
69
70Syscall param open64(mode) contains uninitialised byte(s)
71   ...
72
73Syscall param open(filename) points to unaddressable byte(s)
74   ...
75 Address 0x........ is not stack'd, malloc'd or (recently) free'd
76
77