You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/15 17:49:44 UTC

[GitHub] [incubator-nuttx] patacongo commented on pull request #3928: binfmt: Handle argv/argv[0] == NULL correctly in exec_module

patacongo commented on pull request #3928:
URL: https://github.com/apache/incubator-nuttx/pull/3928#issuecomment-861709012


   Does the logic get to binfmt/binfmt_execmodule() via posix_spawn().  It would be an error is posix_spawn() received argv == NULL now because the caller must provide the filename.  Right?
   
   Or does it get here via exec() or execv().  Should those follow the same requirement?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org