Hi!
> I found pointer issue in diotest6. It wrongly use iov1/iov2 as pointer to
> "buf" when read/write
> from fd_r/w.  It should be iov1[j].iov_base.

Looks like you are right. But since none of the syscalls the test
uses works with struct iovec can't we get rid of them?

As far as I can see the testcase can work with just two buffers, one
gets initialized in each iteration and one is read back and compared
with the initialized one.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to