about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-24 09:25:38 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-08-24 09:25:38 +0000
commitb70ec86efeef1c3e277f26922ceecfd678939c29 (patch)
treed9dafa6f3830216bcc1eefab2bfd662ce3dbcbfb /ChangeLog
parent3d3e3015c48d96c611a801393c3cfdd6353f5fc8 (diff)
downloadzsh-b70ec86efeef1c3e277f26922ceecfd678939c29.tar.gz
zsh-b70ec86efeef1c3e277f26922ceecfd678939c29.tar.xz
zsh-b70ec86efeef1c3e277f26922ceecfd678939c29.zip
test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f6eda9a6..10962f9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-24  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 15705: Src/Zle/complete.c: test if hash table pointer is NULL
+	to avoid SEGV with compstate=()
+
 2001-08-22  Clint Adams  <clint@zsh.org>
 
 	* 15683: Completion/Unix/Command/.distfiles,