anchao commented on code in PR #15124:
URL: https://github.com/apache/nuttx/pull/15124#discussion_r1881200619


##########
binfmt/binfmt_exec.c:
##########
@@ -80,24 +80,30 @@ static int exec_internal(FAR const char *filename,
                          FAR const posix_spawn_file_actions_t *actions,
                          FAR const posix_spawnattr_t *attr, bool spawn)
 {
-  FAR struct binary_s *bin;
+  FAR struct binary_s *pbin;

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

Reply via email to