about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2024-01-24 18:00:16 -0800
committerBart Schaefer <schaefer@zsh.org>2024-01-24 18:00:16 -0800
commit1f861ceba1d5740798caa0a3f208f3047c6e3ff5 (patch)
treeb228d92657f722bedfc18972bcb4be7628ea59d5 /ChangeLog
parentb3e763cc228b182019c22a3490312f7b17df4029 (diff)
downloadzsh-1f861ceba1d5740798caa0a3f208f3047c6e3ff5.tar.gz
zsh-1f861ceba1d5740798caa0a3f208f3047c6e3ff5.tar.xz
zsh-1f861ceba1d5740798caa0a3f208f3047c6e3ff5.zip
52492: prevent indexing error on recursive arithmetic in array subscript
Operator returns error when operand returns error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d46ce5fe5..b876cb6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-01-24  Bart Schaefer  <schaefer@zsh.org>
 
+	* 52492: Src/math.c: prevent indexing error when using recursive
+	arithmetic in array subscript (operator stops on operand error)
+
 	* 52482: Src/subst.c: strip trailing newlines in emulation modes
 	of ${ command; }, for bash/ksh compatibility