about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-04-23 15:11:34 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-04-23 15:11:34 +0100
commit9ad9c5cda1087151c64074a965a68b407a8bd229 (patch)
tree99d06ac7d73c749ef3a33d37ed760690daf25bb2 /ChangeLog
parent11f18457d229b84c3532c15c9080235e85d26866 (diff)
downloadzsh-9ad9c5cda1087151c64074a965a68b407a8bd229.tar.gz
zsh-9ad9c5cda1087151c64074a965a68b407a8bd229.tar.xz
zsh-9ad9c5cda1087151c64074a965a68b407a8bd229.zip
42705: Another safety fix for pgrp reclaiming.
Only do this if killpg(dead_pid, 0) returns -1, indicating
the pgprp doesn't exist any more, else there is a race
if other proceses have started using it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bcdf2d4e..632a35717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-04-23  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 42705: Src/signals.c: another fix for 42630 --- also check
+	that killpg(pgrp, 0) is -1.
+
 	* 23362: Src/parse.c: Allow short loops with "while".
 
 2018-04-20  Peter Stephenson  <p.stephenson@samsung.com>