diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-20 10:42:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-20 10:42:08 +0000 |
commit | 52bb631ccbe563793c5cd1ca837c789c3f8bb27b (patch) | |
tree | d5bc9b8902d0c32bb0a751cf0dc52f0eb3645da3 /ChangeLog | |
parent | 7361b28c9c248129f785a52d36944a983b110c21 (diff) | |
download | zsh-52bb631ccbe563793c5cd1ca837c789c3f8bb27b.tar.gz zsh-52bb631ccbe563793c5cd1ca837c789c3f8bb27b.tar.xz zsh-52bb631ccbe563793c5cd1ca837c789c3f8bb27b.zip |
26373: initialise variable in menu completion in attempt to prevent crash
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4c8a6d568..621ac6ec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-20 Peter Stephenson <pws@csr.com> + + * 26373: Src/Zle/complist.c: initialise variable in menu + completion in attempt to prevent crash when starting + a new completion. + 2009-01-20 Doug Kearns <dougkearns@gmail.com> * 26372: Completion/Unix/Command/_antiword: update for version @@ -10957,5 +10963,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4519 $ +* $Revision: 1.4520 $ ***************************************************** |