about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-05-14 10:16:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-05-14 10:16:01 +0000
commit2b744cb21d87de89495d2e66843946008c98f556 (patch)
tree0e682a12e00403186d59f91634283d78366acdf0 /ChangeLog
parentda74eb63387aa8560eab844e8315f0d135c1c965 (diff)
downloadzsh-2b744cb21d87de89495d2e66843946008c98f556.tar.gz
zsh-2b744cb21d87de89495d2e66843946008c98f556.tar.xz
zsh-2b744cb21d87de89495d2e66843946008c98f556.zip
18513: Work around crash on resize in menu selection
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74d1e73b5..b2b183c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-14  Peter Stephenson  <pws@csr.com>
+
+	* Jonathan Paisley <jp-www@dcs.gla.ac.uk>: 18513:
+	Src/Zle/complist.c: Work around a bad pointer access after
+	resizing the terminal in menu selection.
+
 2003-05-13  Oliver Kiddle  <opk@zsh.org>
 
 	* 18525: Src/utils.c: add manual UTF-8 conversion as extra