summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2016-09-16 21:55:55 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-09-16 21:55:55 +0100
commitc355a5f41f4cd0fd3892aa8815aab08ac0a2f921 (patch)
tree827dad42831c8fb87b0d6c6f0e416046f1a1310f /ChangeLog
parent327f3dd3adfc8fdd6c356722d093a340b81190a7 (diff)
downloadzsh-c355a5f41f4cd0fd3892aa8815aab08ac0a2f921.tar.gz
zsh-c355a5f41f4cd0fd3892aa8815aab08ac0a2f921.tar.xz
zsh-c355a5f41f4cd0fd3892aa8815aab08ac0a2f921.zip
39362: another race with pipeline handling.
When forking the shell to control the right hand side, the
forked subshell now always starts its own process group, to
avoid getting a spurious additional SIGSTOP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index add2ad6a5..fa6d00a1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 39362: Src/exec.c: forked zsh in pipeline handling always
+	starts a new process group, avoiding double STOP.
+
 2016-09-16  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 39359: Src/exec.c, Src/jobs.c, Src/signals.c: Further fix on