Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/27/1996 09:20:02
thorpej
Wed Nov 27 01:16:02 PST 1996
Update of /cvsroot/src/usr.sbin/ypserv/ypserv
In directory netbsd1:/var/slash-tmp/cvs-serv14138

Modified Files:
	ypserv_db.c 
Log Message:
Protect against NULL pointer reference in yp_private().  This can happen
with, e.g. an empty "ypservers" map, causing a SEGV in the child which
handles an "all_2" proc.


thorpej
Wed Nov 27 01:16:45 PST 1996
Update of /cvsroot/src/usr.sbin/ypserv/ypserv
In directory netbsd1:/var/slash-tmp/cvs-serv14190

Modified Files:
	ypserv_proc.c 
Log Message:
Make this compile with -DDEBUG.