Skip to content
Snippets Groups Projects
Commit c6ab620c authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'e2efuzz' of github.com:ctiller/grpc into e2efuzz

parents 016ab206 94b4c9c3
Branches
Tags
No related merge requests found
...@@ -42,7 +42,10 @@ static void discard_write(gpr_slice slice) {} ...@@ -42,7 +42,10 @@ static void discard_write(gpr_slice slice) {}
static void *tag(int n) { return (void *)(uintptr_t)n; } static void *tag(int n) { return (void *)(uintptr_t)n; }
static int detag(void *p) { return (int)(uintptr_t)p; } static int detag(void *p) { return (int)(uintptr_t)p; }
static void dont_log(gpr_log_func_args *args) {}
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
gpr_set_log_function(dont_log);
grpc_init(); grpc_init();
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT; grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment