anchao commented on code in PR #11177: URL: https://github.com/apache/nuttx/pull/11177#discussion_r1391963607
########## binfmt/binfmt_execmodule.c: ########## @@ -400,17 +398,6 @@ int exec_module(FAR struct binary_s *binp, } #endif - /* Perform file actions */ - - if (actions != NULL) Review Comment: @pussuw As your suggestion, I made a addressable copy of the action list in kernel mode, please review again. -- 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