From: Daniel Stenberg Date: Tue, 3 Apr 2001 12:37:48 +0000 (+0000) Subject: two crashes removed X-Git-Tag: curl-7_7_1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66a1e3df69352cb1e10ebdbd1b48b6b9806c809f;p=thirdparty%2Fcurl.git two crashes removed --- diff --git a/CHANGES b/CHANGES index be583a4ec1..da3e9e6838 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,11 @@ History of Changes +Daniel (3 April 2001) +- Puneet Pawaia pointed out two serious problems. Libcurl would attempt to + read bad memory during situations when an (ftp) connection attempt failed. + Also, the lib/Makefile.vc6 was corrected. + Daniel (29 March 2001) - Georg Horn mailed me some corrections for the Curl::easy perl interface.