Subject: CVS commit: [netbsd-3] src/usr.bin/vi/common
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 06/15/2005 05:27:39
Module Name:	src
Committed By:	snj
Date:		Wed Jun 15 05:27:39 UTC 2005

Modified Files:
	src/usr.bin/vi/common [netbsd-3]: recover.c

Log Message:
Pull up revision 1.10 (requested by lukem in ticket #409):
Don't attempt to dereference an uninitialized 'ep' pointer if we can't
make a temporary file to mail to the user.
Detected with gcc -Wuninitialized.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/vi/common/recover.c

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