Subject: CVS commit: basesrc/lib/libc/regex
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/17/2001 18:32:50
Module Name:	basesrc
Committed By:	christos
Date:		Mon Dec 17 16:32:49 UTC 2001

Modified Files:
	basesrc/lib/libc/regex: engine.c

Log Message:
PR/14975: Takayoshi Kochi: memory leak in regexec(3).
Always free m->pmatch and m->lastpos on error.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libc/regex/engine.c

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