about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2021-08-27 09:36:06 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2021-08-27 09:36:06 +0100
commite5cd2dd980302f328d232d933f646c3dc02828bf (patch)
treece6f58610a53c0f9a6d8b82957eaba440d22c78d /ChangeLog
parent1a78e46564d7e480affb7f832b33605c13a01e55 (diff)
downloadzsh-e5cd2dd980302f328d232d933f646c3dc02828bf.tar.gz
zsh-e5cd2dd980302f328d232d933f646c3dc02828bf.tar.xz
zsh-e5cd2dd980302f328d232d933f646c3dc02828bf.zip
49290: Replace stdio for buffered shell input.
The previous method allowed memory management to interact with signal
handlers, causing occasional crashes on some system.

Instead, use a simple pre-allocated buffer and raw system calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 458446401..dd7b630d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-08-27  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 49290: Src/init.c, Src/input.c: Replace stdio for buffered
+	shell input to avoid memory management interacting with signal
+	handlers.
+
 2021-08-27  Oliver Kiddle  <opk@zsh.org>
 
 	* Marlon: 49272: Completion/Base/Utility/_call_program: