Subject: CVS commit: [netbsd-4] src/usr.sbin/rpcbind
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 08/28/2007 11:32:45
Module Name:	src
Committed By:	liamjfoy
Date:		Tue Aug 28 11:32:45 UTC 2007

Modified Files:
	src/usr.sbin/rpcbind [netbsd-4]: rpcb_svc_com.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #840):
	usr.sbin/rpcbind/rpcb_svc_com.c: revision 1.13
Initialise the 'fromlen' parameter for recvfrom() prior to the call, instead
of passing in a 'random' value off the stack.
This should fix the problems with ypbind on current.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.16.1 src/usr.sbin/rpcbind/rpcb_svc_com.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.