summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-02-10 07:54:18 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-02-10 13:03:49 +0100
commit2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc (patch)
tree216872dc6fe3d367afcec38da0fdc0c4db3c6912 /ChangeLog
parentda86d6b4f2c3eef5b1f0860c9dae433f3a540951 (diff)
downloadzsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.gz
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.xz
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.zip
34488: Fix use-after-free for print -zf and print -sf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6729881b8..3bef21a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-10  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 34488: Src/builtin.c: Fix use-after-free for print -zf and
+	print -sf
+
 2015-02-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 34485: Src/exec.c, Src/parse.c, Test/E01options.ztst: