mkj commented on code in PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3464676522


##########
netutils/dropbear/dropbear_main.c:
##########
@@ -0,0 +1,305 @@
+/****************************************************************************
+ * apps/netutils/dropbear/dropbear_main.c

Review Comment:
   I don't think posix_spawn could do the equivalent of fexecve that Dropbear 
uses at the moment? (That's used so the spawned process is the same as what's 
running, to avoid having to worry about incompatibility if the binary gets 
upgraded). Could keep a posix_spawn version in nuttx though.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to