For now, get around the error that "child" might be uninitialized.
This commit is contained in:
parent
fc2aea1a76
commit
3e4da920bd
@ -1284,7 +1284,7 @@ static int run_pipe_real(struct pipe *pi)
|
|||||||
int i;
|
int i;
|
||||||
int nextin, nextout;
|
int nextin, nextout;
|
||||||
int pipefds[2]; /* pipefds[0] is for reading */
|
int pipefds[2]; /* pipefds[0] is for reading */
|
||||||
struct child_prog *child;
|
struct child_prog *child = NULL;
|
||||||
const struct built_in_command *x;
|
const struct built_in_command *x;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user