about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2013-03-13 19:54:20 +0000
committerMikael Magnusson <mikachu@gmail.com>2013-03-13 19:54:20 +0000
commit1d3d92a0c9a5e10228b42ce3a62e8de354748051 (patch)
tree63ef59ac43de283fc0ac5e825dab7abfebeb9fc3 /ChangeLog
parentdcbeba98898463acc213b7b55fc09a74d6a2e60b (diff)
downloadzsh-1d3d92a0c9a5e10228b42ce3a62e8de354748051.tar.gz
zsh-1d3d92a0c9a5e10228b42ce3a62e8de354748051.tar.xz
zsh-1d3d92a0c9a5e10228b42ce3a62e8de354748051.zip
31140: avoid crash when hitting recursion limit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4f3a1990..21eaa18b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 	* unposted: Doc/Zsh/contrib.yo: Also adjust a mention of psvar
 	in the vcs info documentation.
 
+	* 31140: Src/math.c: when the math recursion limit is hit, make
+	sure to not leave *ep pointing nowhere, which caused a crash
+	sometimes. Also print the token that we refused to evaluate
+	because of the limit.
+
 2013-03-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted, c.f. thread from 31144: Doc/Zsh/params.yo: all psvar
@@ -593,5 +598,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5819 $
+* $Revision: 1.5820 $
 *****************************************************