X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=errlog.c;h=a9cfb8ca602d70d4afecf27911808d6199d1c73f;hb=c78a3a27b574d049a155542724134f01648d7aac;hp=e9aba2778e3413e3d41a2bfcf3ca6e3e288fd243;hpb=5d01d3aa49c20833f33256d21a90e400cd69023f;p=privoxy.git diff --git a/errlog.c b/errlog.c index e9aba277..a9cfb8ca 100644 --- a/errlog.c +++ b/errlog.c @@ -683,6 +683,10 @@ void log_error(int loglevel, const char *fmt, ...) #ifdef FUZZ if (debug == LOG_LEVEL_STFU) { + if (loglevel == LOG_LEVEL_FATAL) + { + exit(1); + } return; } #endif