typo: writing POLLOUT beyond pollfds array bounds

This commit is contained in:
root 2025-05-17 08:20:30 +00:00
parent cbde04fc7c
commit 05f614b224

View file

@ -48,7 +48,7 @@ client__pollin:
je client__pollin__no_line
mov rax, 1
mov word [pollfds + rdx * pollfd_size + 4], POLLOUT
mov word [pollfds + rbx * pollfd_size + 4], POLLOUT
client__pollin__return:
pop r14