busybox/shell/hush_test/hush-redir
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
..
redir1.right
redir1.tests
redir2.right
redir2.tests
redir3.right
redir3.tests
redir4.right
redir4.tests
redir5.right
redir5.tests
redir6.right
redir6.tests
redir7.right
redir7.tests
redir8.right
redir8.tests
redir9.right
redir9.tests
redir_escapednum.right
redir_escapednum.tests
redir_expand.right
redir_expand.tests
redir_leak.right ash: fix open fds leaking in redirects. Closes 9561 2017-01-07 10:16:56 +01:00
redir_leak.tests ash: fix open fds leaking in redirects. Closes 9561 2017-01-07 10:16:56 +01:00
redir_multi.right
redir_multi.tests
redir_script.right
redir_script.tests
redir_space.right
redir_space.tests
redirA.right
redirA.tests