Subject: CVS commit: src/usr.bin/vi/common
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/02/2005 04:03:03
Module Name:	src
Committed By:	lukem
Date:		Thu Jun  2 04:03:03 UTC 2005

Modified Files:
	src/usr.bin/vi/common: recover.c

Log Message:
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.10 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.