Subject: Re: CVS commit: src/usr.sbin/rtsold
To: None <source-changes@netbsd.org>
From: Christoph Badura <bad@bsd.de>
List: source-changes
Date: 01/03/2004 23:11:37
And I want to mention that removing calls to functions that install
atexit() handlers does _not_ remove the attack vector.  For that,
you would have to avoid calling exit(), including the implied call
to exit() upon return from main().

--chris