cvs commit: src/usr.sbin/syslogd syslogd.c
David Malone
dwmalone at FreeBSD.org
Sun Nov 16 13:51:08 PST 2003
dwmalone 2003/11/16 13:51:06 PST
FreeBSD src repository
Modified files:
usr.sbin/syslogd syslogd.c
Log:
logerror is used in syslogd to log errors from syslogd itself. It
is possible for an error to occur while trying to log an error, and
this can result in infinite recursion (or at least until we run out
of stack).
Rather than this, we ignore requests to log an error while logging an
error.
PR: 51253
MFC after: 2 weeks
Revision Changes Path
1.118 +6 -0 src/usr.sbin/syslogd/syslogd.c
More information about the cvs-src
mailing list