aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-07 10:02:48 -0700
committerGravatar GitHub <noreply@github.com>2016-09-07 10:02:48 -0700
commit302d2a9e1e0fc1a4283bed3bda91d6b2d18a8302 (patch)
treed2fd267822a7d6ec7efb89456bdcc32395f13b34 /src/core/lib
parent61a420e9966e0b628c710bd4c2db2409bc1cfad9 (diff)
parentecb12511edcf750ca8c2a8329c9211ab309d9590 (diff)
Merge pull request #7987 from ctiller/fuzz-fails
Fix fuzzing detected failure
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/http_client_filter.c1
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;