yamt commented on code in PR #14898:
URL: https://github.com/apache/nuttx/pull/14898#discussion_r1883378935


##########
fs/vfs/fs_read.c:
##########
@@ -207,6 +211,7 @@ ssize_t file_read(FAR struct file *filep, FAR void *buf, 
size_t nbytes)
 
   iov.iov_base = buf;
   iov.iov_len = nbytes;
+  uio_init(&uio);

Review Comment:
   i guess we can. let me think a bit.



-- 
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

Reply via email to