Subject: PR/28644 CVS commit: src/sbin/mount
To: None <erh@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-bugs
Date: 03/18/2005 04:25:01
The following reply was made to PR bin/28644; it has been noted by GNATS.

From: Luke Mewburn <lukem@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/28644 CVS commit: src/sbin/mount
Date: Fri, 18 Mar 2005 04:24:35 +0000 (UTC)

 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.