* src/log.c: Don't check_redirect_output() when fuzzing

This commit is contained in:
Tim Rühsen 2018-04-17 12:40:47 +02:00
parent fbb4cd231e
commit 3c4a6506a5

View File

@ -599,7 +599,9 @@ debug_logprintf (const char *fmt, ...)
struct logvprintf_state lpstate;
bool done;
#ifndef TESTING
check_redirect_output ();
#endif
if (inhibit_logging)
return;