yamt commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1897030105
########## fs/vfs/fs_read.c: ########## @@ -251,6 +256,7 @@ ssize_t nx_readv(int fd, FAR const struct iovec *iov, int iovcnt) /* Then let file_readv do all of the work. */ + uio_init(&uio); Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org