about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-20 10:54:38 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-20 10:54:38 +0000
commit79dbcc8382abb6bf947fe5ae237e4bf2ecf1c677 (patch)
tree8e57222c4462db60862a73e2300b1e425272b0ba /ChangeLog
parentfacff10b116622e8cb409d5b1aa6eaa7574f949d (diff)
downloadzsh-79dbcc8382abb6bf947fe5ae237e4bf2ecf1c677.tar.gz
zsh-79dbcc8382abb6bf947fe5ae237e4bf2ecf1c677.tar.xz
zsh-79dbcc8382abb6bf947fe5ae237e4bf2ecf1c677.zip
don't use compsuffix when it might be freed; use the right variable in that loop there, dammit (15433)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b402514e8..9099f92c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-20  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 15433: Src/Zle/computil.c: don't use compsuffix when it might
+	be freed; use the right variable in that loop there, dammit
+
 2001-07-19  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15415: Completion/Base/Utility/_describe, Src/Zle/computil.c: