diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 20:29:55 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-30 20:29:55 +0000 |
commit | b9500900b14102e87a57840a89b6714b8b7840d2 (patch) | |
tree | b037821ef451344ef3616155bec4571df5ce7133 /ChangeLog | |
parent | 135211b00b887c20b08b149a66a8e800296ee29a (diff) | |
download | zsh-b9500900b14102e87a57840a89b6714b8b7840d2.tar.gz zsh-b9500900b14102e87a57840a89b6714b8b7840d2.tar.xz zsh-b9500900b14102e87a57840a89b6714b8b7840d2.zip |
25972: leaked and uninitialised memory found by valgrind
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dda2dbb04..6a9804c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-30 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 25972: Src/Zle/complete.c, Src/Zle/compmatch.c: leaked + and uninitialised memory found by valgrind. + * 25971: Src/builtin.c, Src/zsh.h: fix 25937 which broke some builtins that handle options themselves. |