]> granicus.if.org Git - curl/commit
Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Aug 2007 14:18:06 +0000 (14:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Aug 2007 14:18:06 +0000 (14:18 +0000)
commit381e372939d72bb572c545b18bf050fd4fbca5b5
tree41da29f015fb11840096b839d32a873fefbfd53e
parentc347db2e0ade83a9b2d3cc44f51bbb541b5ca6f4
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.
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/Makefile.am
tests/data/test1003 [new file with mode: 0644]