Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/01/2005 05:24:54
Module Name:	src
Committed By:	lukem
Date:		Wed Jun  1 05:24:54 UTC 2005

Modified Files:
	src/lib/libc/gen: nlist_elf32.c

Log Message:
Exit via the correct cleanup path; we can't munmap until the mmap has
been performed.
Detected with gcc -Wuninitialized.
(The bug was introduced in rev 1.22. Hi Ragge! :)


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/lib/libc/gen/nlist_elf32.c

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