about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-15 20:49:23 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-15 20:49:23 +0100
commitddb86759012992fa6471bd738f906a4ed434b69f (patch)
tree2400c5e08f28e9a6295ff0bf8005ebf849083583 /ChangeLog
parent74aff4106a4272d86c637c472a04efd46bbec07e (diff)
downloadzsh-ddb86759012992fa6471bd738f906a4ed434b69f.tar.gz
zsh-ddb86759012992fa6471bd738f906a4ed434b69f.tar.xz
zsh-ddb86759012992fa6471bd738f906a4ed434b69f.zip
posted but has not shown up: fix fd problem in subshell.
Record fd's that have been saved in fdtable and if the shell
forks close them as they will never be restored.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fec281a9..6a9be8cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* posted twice but has not shown up: Src/exec.c, Src/zsh.h:
+	record file desriptors that remain open to save ones in the
+	range 0 to 9 in fdtable and close them on forking.
+
 2017-08-14  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Phil: 4152: Src/Modules/pcre.c, Test/V07pcre.ztst: fix big