summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2025-02-12 20:11:47 -0800
committerBart Schaefer <schaefer@zsh.org>2025-02-12 20:11:47 -0800
commit3ce354c049d265371187147dc4541b56fd60d786 (patch)
tree115546741d4a547184ad17b337286dd11cc82a3e /ChangeLog
parent6b25a593d9dab13fd0314467ff93ba88546b3470 (diff)
downloadzsh-3ce354c049d265371187147dc4541b56fd60d786.tar.gz
zsh-3ce354c049d265371187147dc4541b56fd60d786.zip
53360: domenuselect() fails if the previous completion did not generate a list
(fix for segfault)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c11f7081..cc1caff26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-02-12 Bart Schaefer <schaefer@zsh.org>
+ * 53360: Src/Zle/complist.c: domenuselect() fails if the previous
+ completion did not generate a list (fix for segfault)
+
* 53346 (cf. 53350): Util/helpfiles: fix use of "man" on file paths
* 53348: Doc/Zsh/builtins.yo, Src/builtin.c, Test/K01nameref.ztst: