aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 3eb7b1d..f8d0501 100644
--- a/utils.c
+++ b/utils.c
@@ -1238,6 +1238,8 @@ poller_run (struct poller *self)
continue;
struct poller_fd *fd = revents->data.ptr;
+ hard_assert (fd->index != -1);
+
struct pollfd pfd;
pfd.fd = fd->fd;
pfd.revents = poller_epoll_to_poll_events (revents->events);