aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-13 10:29:32 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-13 10:29:32 -0700
commit1d39a06d0696f60d8fdfefe10693274f6f07bd02 (patch)
tree9dbc006ad3338c10b722c579a959769d79ecd032 /test/core/http
parente7479f5efc7e8fe1f7f65ca82142737e545a4b50 (diff)
parent55ca239bc2116857b347d8b1234e0cabf35640de (diff)
Merge github.com:grpc/grpc into error
Diffstat (limited to 'test/core/http')
-rw-r--r--test/core/http/request_fuzzer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/core/http/request_fuzzer.c b/test/core/http/request_fuzzer.c
index aac6cbb252..5941401867 100644
--- a/test/core/http/request_fuzzer.c
+++ b/test/core/http/request_fuzzer.c
@@ -31,6 +31,7 @@
*
*/
+#include <stdbool.h>
#include <stdint.h>
#include <string.h>
@@ -38,6 +39,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_request request;