busybox/shell/ash_test
Denys Vlasenko 86584e134e ash: fix open fds leaking in redirects. Closes 9561
commit e19923f665 deleted clearredir()
call in shellexec():

	ash: [REDIR] Remove redundant CLOEXEC calls
	Upstream commit:

	Now that we're marking file descriptors as CLOEXEC in savefd, we no longer
	need to close them on exec or in setinputfd.

but it missed one place where we don't set CLOEXEC. Fixing this.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-07 10:16:56 +01:00
..
ash-alias
ash-arith
ash-glob
ash-heredoc
ash-invert
ash-misc
ash-quoting
ash-read
ash-redir
ash-signals
ash-standalone
ash-vars
.gitignore
printenv.c
recho.c
run-all
zecho.c