about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Cretin <zsh@ia0.eu>2016-10-06 11:36:32 +0200
committerPeter Stephenson <pws@zsh.org>2016-10-06 10:57:10 +0100
commita96e34b459d55240b0f4af37ac73aca916720883 (patch)
tree73760ff8aa8fa98108778f88fb71425cd1c52472 /ChangeLog
parentffa6c76253b9833379893e87e8504eb03b4e954e (diff)
downloadzsh-a96e34b459d55240b0f4af37ac73aca916720883.tar.gz
zsh-a96e34b459d55240b0f4af37ac73aca916720883.tar.xz
zsh-a96e34b459d55240b0f4af37ac73aca916720883.zip
39579: Fix string calculation for parameter quoting.
Where there was no closing quote the size or position of the null
could be wrongly calculated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e276e00..aec3a20aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-10-06  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Julien Cretin: 39579: Src/subst.c: position of \0
+	with optional quoting in parameter substitution was wrongly
+	calculated.
+
 	* 39578: Test/C03traps.ztst: Test some more ERR_RETURN cases
 	involving "&&" and functions.