wrap7.vgtest wrap7.stdout.exp wrap7.stderr.exp \
wrap8.vgtest wrap8.stdout.exp wrap8.stderr.exp \
wrap8.stdout.exp2 wrap8.stderr.exp2 \
- writev.stderr.exp writev.vgtest \
+ writev1.stderr.exp writev1.vgtest \
xml1.stderr.exp xml1.stdout.exp xml1.vgtest
check_PROGRAMS = \
vcpu_fbench vcpu_fnfns \
xml1 \
wrap1 wrap2 wrap3 wrap4 wrap5 wrap6 wrap7 wrap7so.so wrap8 \
- writev
+ writev1
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
Test file created.
Syscall param writev(vector[...]) points to unaddressable byte(s)
- at 0x........: writev (writev.c:51)
- by 0x........: main (writev.c:56)
+ ...
+ by 0x........: main (writev1.c:56)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Received EFAULT as expected
Syscall param writev(vector) points to unaddressable byte(s)
- at 0x........: writev (writev.c:51)
- by 0x........: main (writev.c:68)
+ ...
+ by 0x........: main (writev1.c:68)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Received EINVAL as expected
Syscall param readv(vector) points to unaddressable byte(s)
...
- by 0x........: main (writev.c:76)
+ by 0x........: main (writev1.c:76)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Received EINVAL as expected