Files
cdesktop/cde/lib
Jon Trulson 9f0fbc3015 mp_rpc_server.C: limit iteration of svc_fdset to FD_SETSIZE, as per spec.
In init() there was code iterating over all of the possible file
descriptors in a svc_fdset.  fdsets are limited to FD_SETSIZE.  This
caused coredumps on FreeBSD 10, and possibly other hidden issues.

Moving to poll(), rather than select() would be better, but is a bigger
job.  For now, just limit to the FD_SETSIZE that select() requires.
2014-03-10 14:49:37 -06:00
..
2014-02-22 19:12:19 -07:00
2013-10-20 16:23:40 -06:00
2014-03-01 15:48:49 -07:00
2014-02-22 19:12:19 -07:00
2012-08-12 14:20:58 -06:00