xiaoxiang781216 commented on a change in pull request #5658: URL: https://github.com/apache/incubator-nuttx/pull/5658#discussion_r818532621
########## File path: sched/group/group_leave.c ########## @@ -241,6 +233,28 @@ static inline void group_release(FAR struct task_group_s *group) } #endif +#ifdef CONFIG_ARCH_ADDRENV + save_addrenv_t oldenv; + + /* NOTE: switch the addrenv before accessing group->tg_info + * located in the userland, also save the current addrenv Review comment: change to /* Switch the addrenv and also save the current addrenv */ -- 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