Subject: CVS commit: [netbsd-1-6] basesrc/usr.sbin/sushi
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/29/2002 17:39:55
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Jul 29 14:39:55 UTC 2002

Modified Files:
	basesrc/usr.sbin/sushi [netbsd-1-6]: scanform.c

Log Message:
Pull up revision 1.23 (requested by jaromir in ticket #548):
form_appenditem(): make sure fte->list is initialized
process_{pre,}form(): g/c unnecessary malloc, plug memory leak
gen_list(): only check ftp->list after realloc()
handle_{pre,}form(): allocate F[] via calloc(3), so that the memory is
     properly zeroed


To generate a diff of this commit:
cvs rdiff -r1.21.2.1 -r1.21.2.2 basesrc/usr.sbin/sushi/scanform.c

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