about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-02-10 08:10:25 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-02-10 13:03:51 +0100
commit0209635832f519401ce9c45b675ef871be105cfc (patch)
tree587d07baf931354f60ed5f6abeaddc19ecca596e /ChangeLog
parent2dbbc88d0b78c3fc2fb8e63fba67119c5aa456fc (diff)
downloadzsh-0209635832f519401ce9c45b675ef871be105cfc.tar.gz
zsh-0209635832f519401ce9c45b675ef871be105cfc.tar.xz
zsh-0209635832f519401ce9c45b675ef871be105cfc.zip
34490: Fix leak on print -zf/-sf error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bef21a02..cca917efe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* 34488: Src/builtin.c: Fix use-after-free for print -zf and
 	print -sf
 
+	* 34490: Src/builtin.c: Fix leak on print -zf/-sf error
+
 2015-02-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 34485: Src/exec.c, Src/parse.c, Test/E01options.ztst: