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

Modified Files:
	src/usr.bin/gencat: gencat.c

Log Message:
MCDelSet() contains an infinite loop!
I suspect it has never, ever, ever been asked to delete anything that exists.
Also neither it, nor MCDelMsg() below free() the set and msg structures.
Found by Coverty SID:54


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.bin/gencat/gencat.c

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