Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 10/28/1998 16:12:11
Module Name:	src
Committed By:	ross
Date:		Thu Oct 29 00:12:11 UTC 1998

Modified Files:
	src/usr.sbin/mountd: mountd.c
Log Message:
Fix two ancient bugs involving netgroups where mountd may try to free(3)
a string constant in one place and a null char ** in another.  Why the
recent rather minor changes by Christos uncovered these bugs after so much
time is a mystery to me.