Subject: PR/28644 CVS commit: [netbsd-3] src/sbin/mount
To: None <erh@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 03/19/2005 13:20:02
The following reply was made to PR bin/28644; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/28644 CVS commit: [netbsd-3] src/sbin/mount
Date: Sat, 19 Mar 2005 13:19:55 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Sat Mar 19 13:19:55 UTC 2005
 
 Modified Files:
 	src/sbin/mount [netbsd-3]: mount.c
 
 Log Message:
 Pull up revision 1.77 (requested by lukem in ticket #10):
 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.76.2.1 src/sbin/mount/mount.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.