diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-09 14:15:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-09 14:15:57 +0000 |
commit | 1943aec2ec390d9fda159aa0412362780ec83f09 (patch) | |
tree | ec9ddd365d2232d9fb621b79000cbf20f1410cda /shell/msh.c | |
parent | efea9d2819165b414b81a47c8227ae007bd5382a (diff) | |
download | busybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.tar.gz busybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.tar.bz2 busybox-w32-1943aec2ec390d9fda159aa0412362780ec83f09.zip |
hush: plug the leak of expanded heredoc
Diffstat (limited to '')
-rw-r--r-- | shell/msh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index da1dc3576..dffacf02a 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -12,7 +12,6 @@ | |||
12 | * | 12 | * |
13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
14 | */ | 14 | */ |
15 | |||
16 | #include <sys/times.h> | 15 | #include <sys/times.h> |
17 | #include <setjmp.h> | 16 | #include <setjmp.h> |
18 | 17 | ||