ash: prevent exec NN>&- from closing fd used for script reading
This commit is contained in:
1
shell/ash_test/ash-redir/redir4.right
Normal file
1
shell/ash_test/ash-redir/redir4.right
Normal file
@@ -0,0 +1 @@
|
||||
OK
|
72
shell/ash_test/ash-redir/redir4.tests
Executable file
72
shell/ash_test/ash-redir/redir4.tests
Executable file
@@ -0,0 +1,72 @@
|
||||
# ash uses fd 10 (usually) for reading the script
|
||||
exec 13>&-
|
||||
exec 12>&-
|
||||
exec 11>&-
|
||||
exec 10>&-
|
||||
# some amount of input is prefetched.
|
||||
# make sure final echo is far enough to not be prefetched.
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
###############################################################
|
||||
echo "OK"
|
Reference in New Issue
Block a user