Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3045: Fixed WASI fd_read syscall when reading multiple iovs and read is partial (for #2904) r=ptitSeb a=ptitSeb # Description Fixed an issue with WASI fd_read: when reading on multiple iovs, if a read is partial (so not all the wanted bytes are read), the function would still continue to try reading on subsequent iov (eventualy reading more bytes but not in the right place). Co-authored-by: ptitSeb <[email protected]>
- Loading branch information