summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-01-29 08:30:14 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-01-29 08:30:14 -0800
commite51c9c17af51e4055efb5a2cc36739d1d7ae457f (patch)
treeb77de131860f9f0d48ed0604d095a82c59665a1a /ChangeLog
parent0672c753596bd454e7456fe660eab1b8bf2879d1 (diff)
downloadzsh-e51c9c17af51e4055efb5a2cc36739d1d7ae457f.tar.gz
zsh-e51c9c17af51e4055efb5a2cc36739d1d7ae457f.tar.xz
zsh-e51c9c17af51e4055efb5a2cc36739d1d7ae457f.zip
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is not re-entrant.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87a3bbd56..abaa39471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-01-28  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 40453: Src/Modules/zpty.c, Src/Modules/zutil.c,
+	Src/Zle/compctl.c, Src/Zle/complete.c, Src/Zle/computil.c,
+	Src/Zle/zle_hist.c, Src/builtin.c, Src/cond.c, Src/glob.c,
+	Src/loop.c, Src/options.c, Src/parse.c: signal handler safety
+	for callers of patcompile(PAT_STATIC), which is not re-entrant.
+
 	* 40439: Src/zsh.h: PAT_HEAPDUP definition just for clarity
 
 2017-01-28  Peter Stephenson  <p.w.stephenson@ntlworld.com>