Subject: CVS commit: [netbsd-3] src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/23/2007 18:48:56
Module Name:	src
Committed By:	bouyer
Date:		Sun Sep 23 18:48:56 UTC 2007

Modified Files:
	src/lib/libc/stdlib [netbsd-3]: atexit.c

Log Message:
Pull up following revision(s) (requested by kristerw in ticket #1843):
	lib/libc/stdlib/atexit.c: revisions 1.18, 1.19
Ensure that the struct atexit_handler has been removed from the list
of pending atexit handlers before the structure is reused.  This
prevents libc from going into an infinite loop, or to fail
to call registered atexit-handlers in some cases.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.6.1 src/lib/libc/stdlib/atexit.c

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