From 2c13d9fb0da0ec513e577c2589ec545df665326e Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 14 Feb 2015 10:43:10 -0800 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5fc3a7f7..5307eaa6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-14 Barton E. Schaefer + + * 34543: Src/input.c, Src/lex.c: Fix crash on garbage bytes + inside $(...) + 2015-02-14 Mikael Magnusson * unposted: Doc/Zsh/prompt.yo: Fix typo from 28487. -- cgit 1.4.1