about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-08-11 08:53:12 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-08-11 08:55:23 -0700
commit128bf385b1e8256e412d732fa9b80ecd7c5e2c73 (patch)
treef1404739219127f9ef6a80473bcb810fd4374dcc /ChangeLog
parenta01f29c11de0df084a9a1e6b932b2937936d2119 (diff)
downloadzsh-128bf385b1e8256e412d732fa9b80ecd7c5e2c73.tar.gz
zsh-128bf385b1e8256e412d732fa9b80ecd7c5e2c73.tar.xz
zsh-128bf385b1e8256e412d732fa9b80ecd7c5e2c73.zip
36104: change order of child_block() and dont_queue_signals() to resolve yet another race condition
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59ed6f638..816070975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-11  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36104: Src/exec.c, Src/jobs.c: change order of child_block()
+	and dont_queue_signals() to resolve yet another race condition
+
 	* 36092: Doc/Zsh/mod_zpty.yo, Src/Modules/zpty.c: return the pty
 	master file descriptor in $REPLY for use with "zle -F" etc.