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 53 54 55 56
|
Syscall param pwritev2(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:53)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param pwritev2(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:54)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param pwritev2(vector) points to uninitialised byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:55)
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (sys-preadv2_pwritev2.c:48)
Syscall param pwritev2(count) contains uninitialised byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:57)
Syscall param pwritev2(flags) contains uninitialised byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:60)
Syscall param preadv2(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:62)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv2(vector) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:63)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv2(vector) points to uninitialised byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:64)
Address 0x........ is 0 bytes inside a block of size 16 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (sys-preadv2_pwritev2.c:48)
Syscall param preadv2(count) contains uninitialised byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:66)
Syscall param pwritev2(vector[1]) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:71)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param preadv2(vector[1]) points to unaddressable byte(s)
...
by 0x........: main (sys-preadv2_pwritev2.c:72)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|