Date: Sun, 16 Nov 2003 13:51:06 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200311162151.hAGLp60p022603@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311162151.hAGLp60p022603>