pussuw commented on code in PR #7966:
URL: https://github.com/apache/nuttx/pull/7966#discussion_r1060821906
##########
sched/group/group_addrenv.c:
##########
@@ -98,11 +161,11 @@ int group_addrenv(FAR struct tcb_s *tcb)
}
DEBUGASSERT(tcb && tcb->group);
Review Comment:
This DEBUGASSERT() still causes a crash as tcb->group can be NULL here. I
will do the fix tomorrow.
--
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]