about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-10-30 23:33:44 +0200
committerOliver Kiddle <opk@zsh.org>2021-10-30 23:35:53 +0200
commit68c8c60eaab795353e30218a4c41615328697256 (patch)
treeb506b9f0af3557268b3f385195202a3972f26cd9 /ChangeLog
parent632fee7cdfcd234a5c7c53f17777ca18e62d82e3 (diff)
downloadzsh-68c8c60eaab795353e30218a4c41615328697256.tar.gz
zsh-68c8c60eaab795353e30218a4c41615328697256.tar.xz
zsh-68c8c60eaab795353e30218a4c41615328697256.zip
49533: add null check for preprompt functions list that could occur following an error when loading a module
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7721ccc8d..87d8536a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-10-30  Oliver Kiddle  <opk@zsh.org>
 
+	* 49533: Src/utils.c: add null check for preprompt functions list
+	that could occur following an error when loading a module
+
 	* 49528: Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/complete.c,
 	Completion/X/Command/_xinput, Completion/Zsh/Command/_compadd,
 	Doc/Zsh/compwid.yo: allow multiple -D options to compadd