typo: writing POLLOUT beyond pollfds array bounds
This commit is contained in:
parent
cbde04fc7c
commit
05f614b224
1 changed files with 1 additions and 1 deletions
2
client.s
2
client.s
|
@ -48,7 +48,7 @@ client__pollin:
|
||||||
je client__pollin__no_line
|
je client__pollin__no_line
|
||||||
|
|
||||||
mov rax, 1
|
mov rax, 1
|
||||||
mov word [pollfds + rdx * pollfd_size + 4], POLLOUT
|
mov word [pollfds + rbx * pollfd_size + 4], POLLOUT
|
||||||
|
|
||||||
client__pollin__return:
|
client__pollin__return:
|
||||||
pop r14
|
pop r14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue