diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-14 07:34:46 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-14 07:34:46 +0000 |
commit | 430a7535fa73917418713fb714840fc2ae0c3e4c (patch) | |
tree | 5e1aedb719fd482a314aa27dc66360744822b559 /ChangeLog | |
parent | b8a36eea87836c8156e4d3d587cb57252e02c7a2 (diff) | |
download | zsh-430a7535fa73917418713fb714840fc2ae0c3e4c.tar.gz zsh-430a7535fa73917418713fb714840fc2ae0c3e4c.tar.xz zsh-430a7535fa73917418713fb714840fc2ae0c3e4c.zip |
25666: free memory allocated for an xor if the argument number is invalid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 97bf9bb77..afff490d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-14 Clint Adams <clint@zsh.org> + + * 25666: Src/Zle/computil.c: free memory allocated for an + xor if the argument number is invalid. + 2008-09-13 Peter Stephenson <p.w.stephenson@ntlworld.com> * 25662: Src/builtin.c, Test/B02typeset.ztst: declare -p |