mirror of
https://github.com/apache/nuttx.git
synced 2025-05-08 22:32:04 +08:00

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>