aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/response_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/http/response_fuzzer.c')
-rw-r--r--test/core/http/response_fuzzer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core/http/response_fuzzer.c b/test/core/http/response_fuzzer.c
index c453e1d667..acde7c80a4 100644
--- a/test/core/http/response_fuzzer.c
+++ b/test/core/http/response_fuzzer.c
@@ -38,6 +38,9 @@
#include "src/core/lib/http/parser.h"
+bool squelch = true;
+bool leak_check = true;
+
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
grpc_http_parser parser;
grpc_http_response response;