diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2011-04-06 00:04:06 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2011-04-06 00:04:06 +0000 |
commit | 9e0b7684e578442f84d3983aad1e627bae87a4ce (patch) | |
tree | 48c58ec6635c534cd133a18eea29526042d0fd71 /ChangeLog | |
parent | 47d1215cb43a8b6388b1f6e3f8368676e6f2aa93 (diff) | |
download | zsh-9e0b7684e578442f84d3983aad1e627bae87a4ce.tar.gz zsh-9e0b7684e578442f84d3983aad1e627bae87a4ce.tar.xz zsh-9e0b7684e578442f84d3983aad1e627bae87a4ce.zip |
28977: fix copying of uninitialized memory when trying to
spell-correct a really long string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a8175b28f..e8c439bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-05 Wayne Davison <wayned@users.sourceforge.net> + + * 28977: Src/utils.c: fix copying of uninitialized memory + when trying to spell-correct a really long string. + 2011-04-01 Peter Stephenson <pws@csr.com> * Stef van Vlierberghe: 28965 (as posted in 28967): @@ -14420,5 +14425,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5240 $ +* $Revision: 1.5241 $ ***************************************************** |