aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-23 13:37:48 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-23 13:37:48 -0700
commita687250fd8d728b610ab40397136979915fa4f19 (patch)
tree1b288d78803a21c40269f50a8198b9473835875c /test/core/util
parent2fd159508fab3df3eff2e67c7c73f8a6330cc4fb (diff)
Fix msan bug
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/passthru_endpoint.c1
1 files changed, 1 insertions, 0 deletions
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);