about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Waldron <a.a.w@gmx.us>2014-04-18 07:30:36 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-04-18 07:30:36 -0700
commit8189e12312ede991827efc6683b7ce8463deb0bf (patch)
tree04d1a5c5a2ebc37edf87158fbc4d983578cbc0ed /ChangeLog
parentd9935915b73082c70d543ea098ecea9e95068659 (diff)
downloadzsh-8189e12312ede991827efc6683b7ce8463deb0bf.tar.gz
zsh-8189e12312ede991827efc6683b7ce8463deb0bf.tar.xz
zsh-8189e12312ede991827efc6683b7ce8463deb0bf.zip
32552 (updated by 32560): fix segfault when using process substitution in anonymous function argument list
Also disallow process substitution in function name position.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 562e459fd..f8711ee31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-04-17  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* Andrew Waldron: 32552 (updated by 32560): Src/exec.c,
+	Src/parse.c, Src/subst.c, Test/C04funcdef.ztst:  fix segfault
+	when using process substitution in anonymous function argument
+	list; disallow process substitution in function name position.
+
 2014-04-15  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* Jun T: 32546: Completion/Unix/Type/_path_files: better handling