about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-06-03 00:22:37 +0200
committerOliver Kiddle <opk@zsh.org>2021-06-03 00:22:37 +0200
commit978c4907b6ea4f15d37f450ab8fd945c104c819a (patch)
tree5ef436f8143286c0c37d2580f520a9a3c686e5fa /ChangeLog
parentf4b2a03625680ad27a3bc77ccec358582aee9094 (diff)
downloadzsh-978c4907b6ea4f15d37f450ab8fd945c104c819a.tar.gz
zsh-978c4907b6ea4f15d37f450ab8fd945c104c819a.tar.xz
zsh-978c4907b6ea4f15d37f450ab8fd945c104c819a.zip
48954: avoid crash in reverse-menu-complete from menuselect without 'menu' in $compstate[insert]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9edf9418b..d8c20016a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-06-02  Oliver Kiddle  <opk@zsh.org>
 
+	* 48954: Src/Zle/complist.c: avoid crash in reverse-menu-complete
+	from menuselect without 'menu' in $compstate[insert]
+
 	* 48952: Completion/Unix/Command/_perl: expand octal codes for
 	record separators in perl completion