diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-22 14:18:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-22 14:18:06 +0000 |
commit | 381e372939d72bb572c545b18bf050fd4fbca5b5 (patch) | |
tree | 41da29f015fb11840096b839d32a873fefbfd53e /CHANGES | |
parent | c347db2e0ade83a9b2d3cc44f51bbb541b5ca6f4 (diff) | |
download | curl-381e372939d72bb572c545b18bf050fd4fbca5b5.tar.gz |
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
properly. Starting now, libcurl will chop them off (thus the client app will
not get the full line) but survive and deal with them fine otherwise. Test
case 1003 was added to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +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 + properly. Starting now, libcurl will chop them off (thus the client app will + not get the full line) but survive and deal with them fine otherwise. Test + case 1003 was added to verify this. + Daniel S (20 August 2007) - Based on a patch by Christian Vogt, the FTP code now sets the upcoming download transfer size much earlier to be possible to get read with |