Subject: CVS commit: src/usr.bin/hexdump
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/30/2006 19:53:58
Module Name:	src
Committed By:	dsl
Date:		Thu Mar 30 19:53:58 UTC 2006

Modified Files:
	src/usr.bin/hexdump: parse.c

Log Message:
Simplify the way the end of a singly linked list is followed (for adding
items) so it is more obvious that we aren't going to indirect through
a null pointer.
Fixes coverty SID:101


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/hexdump/parse.c

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