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
committerdana <dana@dana.is>2022-02-12 07:22:15 -0600
commitb8cffa329b528f8b072d8efd0fed75bcc22f2cdd (patch)
tree72d417160576ae7d22dde69000dc67c708ee28fa /ChangeLog
parent9d20469c030ead700959fa3b95d7bc85bb9578a8 (diff)
downloadzsh-b8cffa329b528f8b072d8efd0fed75bcc22f2cdd.tar.gz
zsh-b8cffa329b528f8b072d8efd0fed75bcc22f2cdd.tar.xz
zsh-b8cffa329b528f8b072d8efd0fed75bcc22f2cdd.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.

(cherry picked from commit e5cd2dd980302f328d232d933f646c3dc02828bf)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7136b210a..96484aba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2022-01-27  dana  <dana@dana.is>
 
+	* Peter Stephenson: 49290: Src/init.c, Src/input.c: Replace
+	stdio for buffered shell input to avoid memory management
+	interacting with signal handlers.
+
 	* Jun-ichi Takimoto: 49377: Src/Zle/zle_keymap.c,
 	Test/X03zlebindkey.ztst: fix segfault by 'bindkey -d' with
 	reordered keymapnamtab