CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/11 15:03:08
Modified files:
lib/libc/rpc : svc.c
Log message:
__svc_fdsetsize is counted in bits, not in array elements
When exceeding fd 1024, this bug cleared flag bits for all file descriptors
except those <= 64.
Found while auditing a (false positive) complaint by parfait.
This bugfix does not shut parfait up, though.
OK millert@ deraadt@
