out that doing first a file:// upload and then an FTP upload crashed libcurl
or at best caused furious valgrind complaints. Fixed now by making sure we
free and clear the file-specific struct properly when done with it.
This commit is contained in:
Daniel Stenberg
2007-08-22 22:48:41 +00:00
parent d38891c950
commit 91fd2c3bcd
3 changed files with 12 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ This release includes the following bugfixes:
o FTP NOBODY requests on directories sent "SIZE (null)"
o FTP NOBODY request on file crash
o excessively long FTP server response lines
o file:// upload then FTP:// upload crash
This release includes the following known bugs: