mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
26e41cb6c3
There was hardcoded 4096 for threads size, but below there was: assertm(fd >= 0 && fd < FD_SETSIZE, "get_handler: handle %d >= FD_SETSIZE %d", fd, FD_SETSIZE); if_assert_failed return NULL; which fails for fd > 1024 (1024 was previous value of FD_SETSIZE) |
||
---|---|---|
.. | ||
event.c | ||
event.h | ||
interlink.c | ||
interlink.h | ||
main.c | ||
main.h | ||
Makefile | ||
module.c | ||
module.h | ||
object.h | ||
select.c | ||
select.h | ||
timer.c | ||
timer.h | ||
version.c | ||
version.h |