diff --git a/src/parse.c b/src/parse.c index 040016b..dfb11e3 100644 --- a/src/parse.c +++ b/src/parse.c @@ -226,6 +226,7 @@ static int hyper_parse_container(struct hyper_pod *pod, struct hyper_container * c->exec.init = 1; c->exec.code = -1; c->exec.e.fd = -1; + c->exec.errev.fd = -1; c->exec.ptyfd = -1; c->exec.errfd = -1; c->ns = -1; @@ -617,6 +618,7 @@ realloc: exec->ptyfd = -1; exec->errfd = -1; exec->e.fd = -1; + exec->errev.fd = -1; INIT_LIST_HEAD(&exec->list); for (i = 0, j = 0; i < n; i++) {