1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Syscall param pwritev(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:52)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param pwritev(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:53)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param pwritev(vector) points to uninitialised byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:54)
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (sys-preadv_pwritev.c:48)
Syscall param pwritev(count) contains uninitialised byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:56)
Syscall param preadv(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:60)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:61)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv(vector) points to uninitialised byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:62)
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (sys-preadv_pwritev.c:48)
Syscall param preadv(count) contains uninitialised byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:64)
Syscall param pwritev(vector[1]) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:69)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv(vector[1]) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv_pwritev.c:70)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|