Subject: CVS commit: basesrc/usr.sbin/sushi
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/25/2002 15:42:40
Module Name:	basesrc
Committed By:	jdolecek
Date:		Thu Jul 25 12:42:40 UTC 2002

Modified Files:
	basesrc/usr.sbin/sushi: scanform.c

Log Message:
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.22 -r1.23 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.