about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-05 05:44:06 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-05 05:44:11 +0000
commit05b15366f317a4b5c110e454642c097a3963874b (patch)
tree803bedc84eb64d9017fdba37ab53454a28a07ab0
parent8923d2a61824b0856839d52f3bf52aedb86fd827 (diff)
downloadzsh-05b15366f317a4b5c110e454642c097a3963874b.tar.gz
zsh-05b15366f317a4b5c110e454642c097a3963874b.tar.xz
zsh-05b15366f317a4b5c110e454642c097a3963874b.zip
45656: Document the -o emacs segfault bug.
-rw-r--r--ChangeLog4
-rw-r--r--Etc/BUGS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e89ceaf..e60ad77b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 45656: Etc/BUGS: Document the -o emacs segfault bug.
+
 2020-04-02  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 45142: Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, Src/lex.c,
diff --git a/Etc/BUGS b/Etc/BUGS
index 8112299f5..c5c7cbc17 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -29,3 +29,6 @@ skipped when STTY=... is set for that command
 44007 - Martijn - exit in trap executes rest of function
 See test case in Test/C03traps.ztst.
 ------------------------------------------------------------------------
+45656: 'zsh -o nobanghist -o emacs' segfaults
+analysis in workers/45657
+------------------------------------------------------------------------