about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-02-19 12:01:16 +0000
committerPeter Stephenson <pws@zsh.org>2015-02-19 12:01:16 +0000
commit2cbf9d7e65b2f5aeb51c165cdf9033938cba50e6 (patch)
tree5f96169eb2eb7b1f0ac8bb81b1c24d92236b9531 /ChangeLog
parent52e938bac954d6d503e180287bcf657187ef8803 (diff)
downloadzsh-2cbf9d7e65b2f5aeb51c165cdf9033938cba50e6.tar.gz
zsh-2cbf9d7e65b2f5aeb51c165cdf9033938cba50e6.tar.xz
zsh-2cbf9d7e65b2f5aeb51c165cdf9033938cba50e6.zip
34573: Safer failure to handle command substitution
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7610357dd..a621044f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-02-19  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 34573: Src/subst.c: safer handling of failure to perform
+	command substitution.
+
 	* 34570: Config/version.mk, Src/lex.c, Src/subst.c, Src/zsh.h,
 	Test/C01arith.ztst: mark arithmetic substitutions with tokens
 	so the substitution code knows what to do.