Date: Thu, 3 Dec 2009 15:14:30 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/rpc svc.c Message-ID: <200912031514.nB3FEnae044862@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2009-12-03 15:14:30 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc svc.c
Log:
SVN rev 200061 on 2009-12-03 15:14:30Z by jhb
The fd_mask type is an unsigned long, not an int, so treat the mask as a
long instead of an int when examining the results of select() to look for
RPC requests. Previously this routine would ignore RPC requests to sockets
whose file descriptor mod 64 was greater than 31 on a 64-bit platform.
PR: amd64/141130
Submitted by: liujb of array networks
MFC after: 3 days
Revision Changes Path
1.27 +2 -2 src/lib/libc/rpc/svc.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912031514.nB3FEnae044862>
