diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-22 23:14:59 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-22 23:14:59 +0000 |
| commit | 872e7ab08c6e9a910a2742987d2c49852e40a1c4 (patch) | |
| tree | 3b9c11247a7c55d783c1a6c9b256a290e3eb4e1c | |
| parent | 27812: display invalid bytes in multibyte characters specially (diff) | |
| download | zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.gz zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.bz2 zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.lz zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.xz zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.zst zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.zip | |
27823: fix memory access in 27822
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2010-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 27823: Src/hist.c: 27822 could access freed memory because + hptr wasn't consistently set to NULL when chline was. + * 27812: Doc/Zsh/zle.yo, Src/Zle/zle.h, Src/Zle/zle_refresh.c, Src/Zle/zle_utils.c: when wchar_t contains Unicode code points, use private area to put bytes that don't form characters for @@ -12956,5 +12959,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4942 $ +* $Revision: 1.4943 $ ***************************************************** |
