about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-02-14 10:43:10 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-02-14 10:43:10 -0800
commit2c13d9fb0da0ec513e577c2589ec545df665326e (patch)
tree85dddadf947f3da1255245925644675aa44efb0f /ChangeLog
parentdd988542f466fd87e7353a9cd89d4b1d7b6f075d (diff)
downloadzsh-2c13d9fb0da0ec513e577c2589ec545df665326e.tar.gz
zsh-2c13d9fb0da0ec513e577c2589ec545df665326e.tar.xz
zsh-2c13d9fb0da0ec513e577c2589ec545df665326e.zip
34543: Prevent crash on garbage bytes inside $(...)
Garbage input (nul bytes, etc.) can cause the $(...) parser to become
confused during look-ahead and attempt to back up the input too far.
This commit catches the error but does not fix the underlying cause.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5fc3a7f7..5307eaa6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-14  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 34543: Src/input.c, Src/lex.c: Fix crash on garbage bytes
+	inside $(...)
+
 2015-02-14  Mikael Magnusson  <mikachu@gmail.com>
 
 	* unposted: Doc/Zsh/prompt.yo: Fix typo from 28487.