about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-02-14 11:13:17 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-02-14 11:13:17 -0800
commitf07a1bd00935b53e73dcbec4e039aef7cc1996b1 (patch)
tree9c2b3325c6df4fa2515e85409214ec9d582b7f5b /ChangeLog
parent1b923f69c7dac0e0a2c71c62bbcdb2d2de5128db (diff)
downloadzsh-f07a1bd00935b53e73dcbec4e039aef7cc1996b1.tar.gz
zsh-f07a1bd00935b53e73dcbec4e039aef7cc1996b1.tar.xz
zsh-f07a1bd00935b53e73dcbec4e039aef7cc1996b1.zip
37961: fix crash on bad memory access
In interactive menuselection, use of "compadd -x" (e.g. the "warnings"
zstyle) may have replaced the completion list, so skip highlighting of
the current selection until a subsequent keystroke has regenerated the
original listing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e60d9eaf..18e4eed59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-02-14  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 37961: Src/Zle/complist.c: in interactive menuselection, use of
+	"compadd -x" (e.g. the "warnings" zstyle) may have replaced the
+	completion list, so skip highlighting of the current selection
+	until a subsequent keystroke has regenerated the original listing;
+	fixes crash on bad memory access
+
 2016-02-11  Eric Cook  <llua@gmx.com>
 
 	* 37913: Completion/BSD/Command/_gstat,