xiaoxiang781216 commented on code in PR #9606: URL: https://github.com/apache/nuttx/pull/9606#discussion_r1244190475
########## fs/rpmsgfs/rpmsgfs_server.c: ########## @@ -285,6 +285,9 @@ static int rpmsgfs_attach_dir(FAR struct rpmsgfs_server_s *priv, return -ENOMEM; } + memset(&tmp[priv->dir_nums], 0, sizeof(FAR void *) * Review Comment: ping @acassis -- 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