about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-03-22 23:14:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-03-22 23:14:59 +0000
commit872e7ab08c6e9a910a2742987d2c49852e40a1c4 (patch)
tree3b9c11247a7c55d783c1a6c9b256a290e3eb4e1c
parentb16923b096b7678bbaa3cc28b216049d12563528 (diff)
downloadzsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.gz
zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.tar.xz
zsh-872e7ab08c6e9a910a2742987d2c49852e40a1c4.zip
27823: fix memory access in 27822
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3f194dee..ba4494a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
 *****************************************************