aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-08-22 22:48:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-08-22 22:48:41 +0000
commit91fd2c3bcdc9f0d336c6d7404279db03ea4eaca9 (patch)
tree10350efdf90731b134d9ce7caf15bbff90f0900f /RELEASE-NOTES
parentd38891c9500216c5c69d1d0aa7c725f1de449ddf (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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a5e660e49..dd61e24c7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: