From: Daniel Stenberg Date: Tue, 8 Feb 2005 19:07:28 +0000 (+0000) Subject: inflate and out of memory fixes X-Git-Tag: before_ftp_statemachine~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33820cd2ac6dd785b21a639b93fe9237ce05ac58;p=thirdparty%2Fcurl.git inflate and out of memory fixes --- diff --git a/CHANGES b/CHANGES index 764b3467f4..c328c28d9c 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,14 @@ Changelog +Daniel (8 February 2005) +- Gisle fixed problems when libcurl runs out of memory, and worked on making + sure the proper error code is returned for those occations. + +Daniel (7 February 2005) +- Maruko pointed out a problem with inflate decompressing exactly 64K + contents. + Daniel (5 February 2005) - Eric Vergnaud found a use of an uninitialised variable in the ftp when doing PORT on ipv6-enabled hosts.