summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-05-08 10:18:19 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-05-08 10:18:19 +0100
commitc8ceb66ba3b0978762e52715f1f59918ae58e153 (patch)
tree9db92393d78bba571f936778826c3a4ee160f3fb /ChangeLog
parent942ac7e6e267fe409317fbdd0a26010a028812cb (diff)
downloadzsh-c8ceb66ba3b0978762e52715f1f59918ae58e153.tar.gz
zsh-c8ceb66ba3b0978762e52715f1f59918ae58e153.tar.xz
zsh-c8ceb66ba3b0978762e52715f1f59918ae58e153.zip
42751: Protect shell status in ZLE timed function handler.
Otherwise status from sched and other asynchronous functions
could escape back to the main shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18cdabe01..7449386e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-08  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42751: Src/Zle/zle_main.c: Protect shell status around
+	time function execution in line editor.
+
 2018-05-02  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* Eitan Adler: 42740: Completion/BSD/Command/_systat: