Browse Source
* virtfs file: update cursor position on fd_read If a handle is backed by InMemoryFile, fd_read (turned into Handle::read_vectored) doesn't update the cursor position properly and thus prevents the caller from detecting EOF. * virtfs file: fd_{pread,pwrite}: update offset in iovec iteration If multiple iovec's are supplied, fd_pread and fd_pwrite previously access data at the same offset for each iovec.pull/2080/head
Daiki Ueno
4 years ago
committed by
GitHub
3 changed files with 92 additions and 6 deletions
Loading…
Reference in new issue