about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-03-25 14:03:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-03-25 14:03:40 +0000
commite71df91bd2cce6c06de8666fc04b695bae3c8f95 (patch)
tree3d9105e4b014f578302e344359cb1b2092932f81 /ChangeLog
parentc2fdffa316b8a67bc4bc61a0f5c68ecc27a68b6b (diff)
downloadzsh-e71df91bd2cce6c06de8666fc04b695bae3c8f95.tar.gz
zsh-e71df91bd2cce6c06de8666fc04b695bae3c8f95.tar.xz
zsh-e71df91bd2cce6c06de8666fc04b695bae3c8f95.zip
27827: fix infinite loop in recursive alias at end of parsed string
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba4494a85..aeb2bb6ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-25  Peter Stephenson  <pws@csr.com>
+
+	* 27827: Src/input.c, Test/A02alias.ztst: infinite loop
+	if alias with recursive definition occurred at end
+	of parsed string (normal shell input was OK).
+
 2010-03-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 27823: Src/hist.c: 27822 could access freed memory because
@@ -12959,5 +12965,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4943 $
+* $Revision: 1.4944 $
 *****************************************************