1 Test file created. 2 Syscall param writev(vector[...]) points to unaddressable byte(s) 3 ... 4 by 0x........: main (writev1.c:56) 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd 6 7 Received EFAULT as expected 8 Syscall param writev(vector) points to unaddressable byte(s) 9 ... 10 by 0x........: main (writev1.c:68) 11 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 12 13 Received EINVAL as expected 14 Syscall param readv(vector) points to unaddressable byte(s) 15 ... 16 by 0x........: main (writev1.c:76) 17 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 18 19 Received EINVAL as expected 20