Subject: CVS commit: src/usr.sbin/fwctl
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/24/2006 22:07:43
Module Name:	src
Committed By:	christos
Date:		Wed May 24 22:07:43 UTC 2006

Modified Files:
	src/usr.sbin/fwctl: fwcontrol.c

Log Message:
Coverity CID 2460,2459,2458,2457: Don't allocate smaller chunks, it is not
worth it, and it makes coverity mad. Also check the return of malloc, and
allocate using variables instead of types as the sizeof arg.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.sbin/fwctl/fwcontrol.c

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