Subject: CVS commit: src/sbin/mount
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/18/2005 04:24:35
Module Name:	src
Committed By:	lukem
Date:		Fri Mar 18 04:24:35 UTC 2005

Modified Files:
	src/sbin/mount: mount.c

Log Message:
Fix core dump when doing
	mount fileserver:/somepath
by not passing a NULL pointer to getfsfile(3).
(Bug was introduced in rev 1.74 as part of fix for PR 28644.)


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sbin/mount/mount.c

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