aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-13 10:52:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-13 10:52:46 -0700
commit0f47a6808ed69325a6a67f2adc1f8d663d265db3 (patch)
tree1f4eb82be28389a537d2adf82c32fd2cf0cfd1d9 /test/core/http
parent1d39a06d0696f60d8fdfefe10693274f6f07bd02 (diff)
Finish merge
Diffstat (limited to 'test/core/http')
-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;