yamt commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1897030199
########## fs/vfs/fs_write.c: ########## @@ -205,6 +210,7 @@ ssize_t file_write(FAR struct file *filep, FAR const void *buf, iov.iov_base = (FAR void *)buf; iov.iov_len = nbytes; + uio_init(&uio); Review Comment: done ########## fs/vfs/fs_write.c: ########## @@ -252,6 +258,7 @@ ssize_t nx_writev(int fd, FAR const struct iovec *iov, int iovcnt) * index. Note that file_writev() will return the errno on failure. */ + 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