aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 23:43:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 23:43:44 +0000
commit29350b363b5b230865b800a4980762592694971b (patch)
tree37218f824b3f207249e37c09c57e5832ee4020b7 /CHANGES
parent83c470a4439e132973a7668a6d6822af07708326 (diff)
Eric Vergnaud found a use of an uninitialized variable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 901f077bb..764b3467f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (5 February 2005)
+- Eric Vergnaud found a use of an uninitialised variable in the ftp when doing
+ PORT on ipv6-enabled hosts.
+
+- David Byron pointed out we could use BUFSIZE to read data (in
+ lib/transfer.c) instead of using BUFSIZE -1.
+
Version 7.13.0 (1 February 2005)
Daniel (31 January 2005)