mirror of
https://github.com/clearml/dropbear
synced 2025-03-09 13:30:45 +00:00
Fix FUZZ_NO_REPLACE_STDERR for fuzz.c
This commit is contained in:
parent
f92f0777de
commit
6cf29061c2
@ -1,3 +1,4 @@
|
||||
#define FUZZ_NO_REPLACE_STDERR
|
||||
#include "includes.h"
|
||||
|
||||
#include "includes.h"
|
||||
@ -9,16 +10,8 @@
|
||||
#include "bignum.h"
|
||||
#include "atomicio.h"
|
||||
#include "fuzz-wrapfd.h"
|
||||
|
||||
#define FUZZ_NO_REPLACE_STDERR
|
||||
#include "fuzz.h"
|
||||
|
||||
/* fuzz.h redefines stderr, we don't want that here */
|
||||
#ifdef origstderr
|
||||
#undef stderr
|
||||
#define stderr origstderr
|
||||
#endif // origstderr
|
||||
|
||||
struct dropbear_fuzz_options fuzz;
|
||||
|
||||
static void fuzz_dropbear_log(int UNUSED(priority), const char* format, va_list param);
|
||||
|
Loading…
Reference in New Issue
Block a user