about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-09-08 09:51:43 +0900
committerdana <dana@dana.is>2022-02-12 07:22:15 -0600
commit9d20469c030ead700959fa3b95d7bc85bb9578a8 (patch)
tree880f4a1fe4fb9cb4d9bf34180846be4616c91353 /ChangeLog
parentf2ae864016340aed35270502aedbad6da9e6f1bf (diff)
downloadzsh-9d20469c030ead700959fa3b95d7bc85bb9578a8.tar.gz
zsh-9d20469c030ead700959fa3b95d7bc85bb9578a8.tar.xz
zsh-9d20469c030ead700959fa3b95d7bc85bb9578a8.zip
49377: fix segfault by 'bindkey -d' with reordered keymapnamtab
(cherry picked from commit 2a7945a900c8a1b1866ad31ee5e95db5b0ddb50a)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7721e856..7136b210a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2022-01-27  dana  <dana@dana.is>
 
+	* Jun-ichi Takimoto: 49377: Src/Zle/zle_keymap.c,
+	Test/X03zlebindkey.ztst: fix segfault by 'bindkey -d' with
+	reordered keymapnamtab
+
 	* Jun-ichi Takimoto: 47560: configure.ac, aczsh.m4: add necessary
 	includes or prototypes for the tests in configure (fix errors in
 	macOS 11)