Subject: CVS commit: src/libexec/httpd
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 10/17/2007 18:43:47
Module Name:	src
Committed By:	tls
Date:		Wed Oct 17 18:43:47 UTC 2007

Modified Files:
	src/libexec/httpd: bozohttpd.c cgi-bozo.c

Log Message:
Fix two memory leaks noted by Coverity (CID-4694, CIT-4695) and use
SIMPLEQ_FOREACH where possible.  Patch from Arnaud Lacombe.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/libexec/httpd/bozohttpd.c
cvs rdiff -r1.2 -r1.3 src/libexec/httpd/cgi-bozo.c

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