summaryrefslogtreecommitdiffstats
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
parent34485: More rationalisation for anonymous functions. (diff)
downloadzsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.gz
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.bz2
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.lz
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.xz
zsh-2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc.tar.zst
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: