Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 21:43:54 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        audit@FreeBSD.ORG
Subject:   Re: syslogd signal/string patch
Message-ID:  <Pine.BSF.4.21.0107242123240.40957-100000@besplex.bde.org>
In-Reply-To: <20010724011213.A4758@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Jul 2001, Kris Kennaway wrote:

> I also changed an exit() in a signal handler introduced by FreeBSD to
> _exit(), which I think is correct.

Perhaps the exit shouldn't be in a signal handler.  Then exit() could
be used.

> There's an errx() in there as
> well; is that okay?

No.  errx() uses stdio (to write on stderr by default) and then calls exit().

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107242123240.40957-100000>