From 86229fdf09e2c69576000b0f83edb35148096452 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 10 Sep 2015 16:02:27 +0100 Subject: 36468: Fix infinite loop exiting from Zle widget. If the exit was while we were waiting to complete a lexical expression we might not exit from the loop. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9bb8a575..bf7f27edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2015-09-10 Peter Stephenson + * 36468: Src/hist.c: Infinite loop if we tried to exit from a + Zle widget but the lexer thought the current lexical expression + needed finishing. + * 36460: Test/E01options.ztst: Discard benign error on failure to write to pipe with no one reading. -- cgit 1.4.1