summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-09-10 18:02:52 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-09-10 18:02:52 +0100
commitc9df6bc8d46415e270273777c80025948762e897 (patch)
treeeeca2dfc78f8b8f7b36a44fd347fd2df80d309f3 /ChangeLog
parente44600d9aac905aea08050c7387d6effd52c8539 (diff)
downloadzsh-c9df6bc8d46415e270273777c80025948762e897.tar.gz
zsh-c9df6bc8d46415e270273777c80025948762e897.tar.xz
zsh-c9df6bc8d46415e270273777c80025948762e897.zip
41662: exec -a arguments weren't sanitised
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f334370..85fa84de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-09-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 41622: Src/exec., Test/A01grammar.ztst: exec -a arguments
+	weren't sanitised.
+
+	* 41661: Src/subst.c, Test/D04parameter.ztst: need to remove
+	tokens before passing to bufferwords() for (z).
+
 2017-09-09  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 41628 (plus 41645 by Oliver): Completion/Unix/Command/_ps: