]> git.pond.sub.org Git - empserver/commit
(io_open, io_iopfromfd): Properly check argument FD to protect
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 6 Feb 2004 12:12:58 +0000 (12:12 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 6 Feb 2004 12:12:58 +0000 (12:12 +0000)
commit52cb1f8c5597fb04e1d7b9dcdc25638474c29fa7
tree449baa0b38cf08eecbd1da40e340720d478bc8ce
parent0655744bf7dc180b8d0bb8aa64e16615475ea91c
(io_open, io_iopfromfd): Properly check argument FD to protect
io_list[] indexing.
(niop, io_init): Store length of io_list[] in new niop.
(player_accept): Checking the socket file descriptor here is now
redundant.  Remove.
src/lib/gen/io.c
src/lib/player/accept.c