From a687250fd8d728b610ab40397136979915fa4f19 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Sat, 23 Apr 2016 13:37:48 -0700
Subject: [PATCH] Fix msan bug

---
 test/core/util/passthru_endpoint.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/core/util/passthru_endpoint.c b/test/core/util/passthru_endpoint.c
index c7bcd2de7b..168ae59e91 100644
--- a/test/core/util/passthru_endpoint.c
+++ b/test/core/util/passthru_endpoint.c
@@ -149,6 +149,7 @@ void grpc_passthru_endpoint_create(grpc_endpoint **client,
                                    grpc_endpoint **server) {
   passthru_endpoint *m = gpr_malloc(sizeof(*m));
   m->halves = 2;
+  m->shutdown = 0;
   half_init(&m->client, m);
   half_init(&m->server, m);
   gpr_mu_init(&m->mu);
-- 
GitLab