From ddb86759012992fa6471bd738f906a4ed434b69f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 15 Aug 2017 20:49:23 +0100 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9fec281a9..6a9be8cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-15 Peter Stephenson + + * 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 * Phil: 4152: Src/Modules/pcre.c, Test/V07pcre.ztst: fix big -- cgit 1.4.1