diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-25 10:30:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-25 10:30:14 +0000 |
commit | 3b88638729137b72e3541a07feabe26d5d49ad1c (patch) | |
tree | 03f5728d18b8ba57a05b2bd3c1b4ba1a180256f7 /ChangeLog | |
parent | 10182c766bf6096ab2ffc25ba73babe6955dff0a (diff) | |
download | zsh-3b88638729137b72e3541a07feabe26d5d49ad1c.tar.gz zsh-3b88638729137b72e3541a07feabe26d5d49ad1c.tar.xz zsh-3b88638729137b72e3541a07feabe26d5d49ad1c.zip |
26602: history substitution buffer could overflow with no test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0d9395ced..745ce27dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-25 Peter Stephenson <pws@csr.com> + + * Src/hist.c: 26602: history substitution buffer could overflow + with no test. + 2009-02-25 Clint Adams <clint@zsh.org> * Mikael Magnusson: 26596: Completion/Unix/Command/_git: new git @@ -11232,5 +11237,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4578 $ +* $Revision: 1.4579 $ ***************************************************** |