Eric Vergnaud found a use of an uninitialized variable

This commit is contained in:
Daniel Stenberg
2005-02-04 23:43:44 +00:00
parent 83c470a443
commit 29350b363b
2 changed files with 9 additions and 2 deletions

View File

@@ -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)