mirror of https://github.com/google/oss-fuzz.git
[Nginx] Fixed fuzzer startup crash (#4399)
This commit is contained in:
parent
d8c63be4be
commit
cede674e25
|
@ -30,6 +30,7 @@ extern "C" {
|
|||
#include "libprotobuf-mutator/src/libfuzzer/libfuzzer_macro.h"
|
||||
|
||||
static char configuration[] =
|
||||
"user root;\n"
|
||||
"error_log stderr emerg;\n"
|
||||
"events {\n"
|
||||
" use epoll;\n"
|
||||
|
|
Loading…
Reference in New Issue