Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend/kqueue: fix empty udata crash
On certain occasions, internal kqueue events are dispatched with an empty udata field. This causes a crash when trying to access the udata field in the event handler. This patch adds a check to ensure that the udata field is not empty before accessing it just like in the other events consumer.
- Loading branch information