mirror of
https://github.com/mirror/wget.git
synced 2025-03-29 05:20:18 +08:00
* src/log.c: Don't check_redirect_output() when fuzzing
This commit is contained in:
parent
fbb4cd231e
commit
3c4a6506a5
@ -599,7 +599,9 @@ debug_logprintf (const char *fmt, ...)
|
|||||||
struct logvprintf_state lpstate;
|
struct logvprintf_state lpstate;
|
||||||
bool done;
|
bool done;
|
||||||
|
|
||||||
|
#ifndef TESTING
|
||||||
check_redirect_output ();
|
check_redirect_output ();
|
||||||
|
#endif
|
||||||
if (inhibit_logging)
|
if (inhibit_logging)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user