projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2aea1
)
For now, get around the error that "child" might be uninitialized.
author
"Robert P. J. Day"
<rpjday@mindspring.com>
Tue, 18 Jul 2006 12:05:43 +0000
(12:05 -0000)
committer
"Robert P. J. Day"
<rpjday@mindspring.com>
Tue, 18 Jul 2006 12:05:43 +0000
(12:05 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 6b6c54f3b88679b34e004ccc7294f0921415fd1c..fedb784e474eb6df3198f535d9ef57daaf040442 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-1284,7
+1284,7
@@
static int run_pipe_real(struct pipe *pi)
int i;
int nextin, nextout;
int pipefds[2]; /* pipefds[0] is for reading */
- struct child_prog *child;
+ struct child_prog *child
= NULL
;
const struct built_in_command *x;
char *p;