[Nginx] Fixed fuzzer startup crash (#4399)

This commit is contained in:
Yunshu Ouyang 2020-09-01 17:30:18 +02:00 committed by GitHub
parent d8c63be4be
commit cede674e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"