about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-06-15 13:01:42 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-06-15 13:01:42 +0000
commit12e1cf567d239495cf238f44456ab19daab327c8 (patch)
treeed060795e1751e2b69d0e809d5a57cbeeb51b986 /ChangeLog
parent87db19092061d3489ea2550ba1f54376d165b07a (diff)
downloadzsh-12e1cf567d239495cf238f44456ab19daab327c8.tar.gz
zsh-12e1cf567d239495cf238f44456ab19daab327c8.tar.xz
zsh-12e1cf567d239495cf238f44456ab19daab327c8.zip
14931: fix socket/address length calculation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da46434a2..2b9b87b15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-15  Andrej Borsenkow  <bor@zsh.org>
+
+	* 14931: Src/Modules/tcp.c, Src/Modules/zftp.c: fix length
+	calculation in tcp_connect and zftp_open
+
 2001-06-14  Peter Stephenson  <pws@csr.com>
 
 	* 14915: Doc/Zsh/builtins.yo, Doc/Zsh/Params.yo, Src/builtin.c,