You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore CARP_MALLOC NULL checks in kqueue and epoll Poll_wait_
The poll(2) fallback implementation accidentally dropped existing NULL
checks from the kqueue and epoll backends. Restores the 3 checks in
kqueue (fds, flags, result.data) and 1 in epoll (result.data) that
were present on master.
0 commit comments