pussuw commented on code in PR #13944: URL: https://github.com/apache/nuttx/pull/13944#discussion_r1795036413
########## sched/group/group_argvstr.c: ########## @@ -60,16 +61,20 @@ size_t group_argvstr(FAR struct tcb_s *tcb, FAR char *args, size_t size) Review Comment: That sounds good but I'm starting to wonder if https://github.com/apache/nuttx/pull/12320/files#diff-4c80631b4969dc86c856de89c0a424189374e6284a10a8529662f9e15e3dccd0 is wrong. It removes the argument vector from group, which I think is wrong. Now pthreads do not inherit the process argument vector. -- 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]
