yf13 commented on code in PR #12320: URL: https://github.com/apache/nuttx/pull/12320#discussion_r1623177544
########## sched/task/task_create.c: ########## @@ -77,12 +77,15 @@ int nxthread_create(FAR const char *name, uint8_t ttype, int priority, FAR char * const argv[], FAR char * const envp[]) { FAR struct task_tcb_s *tcb; + volatile size_t size; Review Comment: It is for the "array-out-bounds" warning. -- 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