iovcnt, vki_off_t, offset);
if (!ML_(fd_allowed)(ARG1, "preadv", tid, False))
SET_STATUS_Failure(VKI_EBADF);
- }
if ((Int)ARG3 > 0) {
PRE_MEM_READ("preadv(iov)", ARG2, ARG3 * sizeof(struct vki_iovec));
}
Syscall param preadv(offset) contains uninitialised byte(s)
...
+Syscall param preadv(iov) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
---------------------------------------------------------
290: SYS_pwritev 4s 0m
---------------------------------------------------------
Syscall param pwritev(offset) contains uninitialised byte(s)
...
+Syscall param pwritev(vector) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
---------------------------------------------------------
298: SYS_fhopen 2s 1m
---------------------------------------------------------