Alle martedì 12 febbraio 2013, Svante Signell ha scritto:
>  * change the FD_SETSIZE upper value check to larger than or equal
> from larger than.
> (from POSIX definition of select:
> http://pubs.opengroup.org/onlinepubs/009604499/functions/select.html
> )

It's 
http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html
 actually, and it says:
|[EINVAL]
|    The nfds argument is less than 0 or greater than FD_SETSIZE.
and not "greater or equal than", so it allows FD_SETSIZE.
(And logically, if a fdset_t can contain at most FD_SETSIZE fd's, you 
need to allow FD_SETSIZE as maximum number of fd's.)

Please remove this change, which is wrong.

-- 
Pino Toscano

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to