mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
54e85075c4
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 <anchao@lixiang.com>