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