about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-08-01 09:55:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-08-01 09:55:38 +0000
commit74678a3435b92d2376f5ad2a648b0350884c70cc (patch)
tree05d49cd5f965d7796ff4b091ea33edbab833a667 /ChangeLog
parent795d7872b61c44acabb79bb524dc040a6a998a9f (diff)
downloadzsh-74678a3435b92d2376f5ad2a648b0350884c70cc.tar.gz
zsh-74678a3435b92d2376f5ad2a648b0350884c70cc.tar.xz
zsh-74678a3435b92d2376f5ad2a648b0350884c70cc.zip
18916: unsetting IFS could cause segfault
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53bbe6bf5..2969044a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-01  Peter Stephenson  <pws@csr.com>
+
+	* 18916: Src/utils.c: Unsetting IFS could cause segmentation
+	fault (any time IFS was used to join an array).
+
 2003-07-31  Oliver Kiddle  <opk@zsh.org>
 
 	* 18914: Completion/Base/Utility/_nothing,