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

Modified Files:
	src/usr.bin/vi/ex [netbsd-3]: ex_tag.c

Log Message:
Pull up revision 1.17 (requested by lukem in ticket #408):
Don't attempt to dereference an uninitialized pointer when an error
occurs in gtags parsing.   For that matter, remove the unused 'tftp'
and 'echk' variable, as they're set but not used afterwards.
Detected with gcc -Wuninitialized.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.2.1 src/usr.bin/vi/ex/ex_tag.c

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