diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-05 14:58:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-05 14:58:07 -0700 |
commit | ecb12511edcf750ca8c2a8329c9211ab309d9590 (patch) | |
tree | 3d509aabd16d1c267e51b67954cfaf4712f75ebf /src/core/lib | |
parent | d57bbe7f8fda6d6146f47319db319610ec908e48 (diff) |
Fix fuzzing detected failure
Diffstat (limited to 'src/core/lib')
-rw-r--r-- | src/core/lib/channel/http_client_filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/channel/http_client_filter.c b/src/core/lib/channel/http_client_filter.c index ef68cc86ea..edcc741ff6 100644 --- a/src/core/lib/channel/http_client_filter.c +++ b/src/core/lib/channel/http_client_filter.c @@ -233,7 +233,6 @@ static void hc_mutate_op(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, if (method == GRPC_MDELEM_METHOD_GET) { /* allocate memory to hold the entire payload */ calld->payload_bytes = gpr_malloc(op->send_message->length); - GPR_ASSERT(calld->payload_bytes); /* read slices of send_message and copy into payload_bytes */ calld->send_op = *op; |