aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-07 18:59:35 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-07 18:59:35 +0200
commitc9c1ccc4ed7e7525a2e3c07d855c7a27c3534430 (patch)
treefe5302b06064e90b536e9110cfb4a9dc1dc70adf /libbb
parentf2cf1cc716216308a8a6d07e3afab23be07a6b02 (diff)
downloadbusybox-w32-c9c1ccc4ed7e7525a2e3c07d855c7a27c3534430.tar.gz
busybox-w32-c9c1ccc4ed7e7525a2e3c07d855c7a27c3534430.tar.bz2
busybox-w32-c9c1ccc4ed7e7525a2e3c07d855c7a27c3534430.zip
noexec: do GETOPT_RESET() before entering APPLET_main()
hush -c 'yes | head -1' was not happy. function old new delta tryexec 159 169 +10 pseudo_exec_argv 328 338 +10 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/vfork_daemon_rexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c
index 546cc9e36..9d3cb9d54 100644
--- a/libbb/vfork_daemon_rexec.c
+++ b/libbb/vfork_daemon_rexec.c
@@ -176,6 +176,7 @@ int FAST_FUNC spawn_and_wait(char **argv)
176 176
177 /* child */ 177 /* child */
178 /* reset some state and run without execing */ 178 /* reset some state and run without execing */
179 GETOPT_RESET();
179 180
180 /* msg_eol = "\n"; - no caller needs this reinited yet */ 181 /* msg_eol = "\n"; - no caller needs this reinited yet */
181 logmode = LOGMODE_STDIO; 182 logmode = LOGMODE_STDIO;