about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-29 20:25:53 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-29 20:25:53 -0700
commit15bf8ace168a86d0fae90b10e9f706baddd4c0bf (patch)
tree311f341dec249d4f6accccc8e56cebeb4121a02f /ChangeLog
parent8eccdc5cb7311676820db5b03895f64748f33636 (diff)
downloadzsh-15bf8ace168a86d0fae90b10e9f706baddd4c0bf.tar.gz
zsh-15bf8ace168a86d0fae90b10e9f706baddd4c0bf.tar.xz
zsh-15bf8ace168a86d0fae90b10e9f706baddd4c0bf.zip
50134: Tweak process group handling to prevent unkillable pipelines
In some cases the process group leader of the forked-left side of a
pipe needs to be set to the pipe process PID rather than to the group
leader PID returned by entersubsh().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 586a951a0..7cf99072e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2022-04-29  Bart Schaefer  <schaefer@Macadamia>
+2022-04-29  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50134: Src/jobs.c: Tweak process group handling (workers/43409)
+	to avoid creating "unkillable" pipelines that ignore signals
 
 	* unposted: Etc/BUGS: Details about STTY; consistency nit