diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-22 22:48:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-22 22:48:41 +0000 |
commit | 91fd2c3bcdc9f0d336c6d7404279db03ea4eaca9 (patch) | |
tree | 10350efdf90731b134d9ce7caf15bbff90f0900f /CHANGES | |
parent | d38891c9500216c5c69d1d0aa7c725f1de449ddf (diff) |
Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (23 August 2007) +- Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed + out that doing first a file:// upload and then an FTP upload crashed libcurl + or at best caused furious valgrind complaints. Fixed now! + Daniel S (22 August 2007) - Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed out that libcurl didn't deal with very long (>16K) FTP server response lines |