anchao opened a new pull request, #15346: URL: https://github.com/apache/nuttx/pull/15346
## Summary sched/event: init deleted node to avoid null pointer reference nxevent_tickwait() will remove the node in failure case(EINTR). If the node has been deleted in the nxevent_post(), NULL pointer reference will be triggered after semaphore wait. Signed-off-by: chao an <anc...@lixiang.com> ## Impact N/A ## Testing ostest/ci-check -- 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