summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-09-29 16:29:49 +0100
committerPeter Stephenson <pws@zsh.org>2017-09-29 16:29:49 +0100
commita1276c88e1137c643bb8055d719afc17cb37bf0f (patch)
tree6269aeef2fc25b601652147a41b1904369f6a624 /ChangeLog
parent7cb55668c2b4c559f0cb6a3d72be8eccaa5afa1a (diff)
downloadzsh-a1276c88e1137c643bb8055d719afc17cb37bf0f.tar.gz
zsh-a1276c88e1137c643bb8055d719afc17cb37bf0f.zip
41789: Don't save fd if -1.
We try to move an fd which isn't opend but it will feel. This needs handling specially in the new code for marking saved fd's.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 959f7d000..9b1567d23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-29 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 41789: Src/exec.c: Don't try to mark an FD as saved if it
+ couldn't be moved.
+
2017-09-28 Oliver Kiddle <opk@zsh.org>
* 41772: Src/Zle/computil.c, Test/Y03arguments.ztst: fix bug