diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-08 19:07:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-08 19:07:28 +0000 |
commit | 33820cd2ac6dd785b21a639b93fe9237ce05ac58 (patch) | |
tree | 85c6224240a9ab0ff8017e53f4b82b9b4ebea5ff /CHANGES | |
parent | 41def21f910375008f588308d79b154db9d42d68 (diff) |
inflate and out of memory fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |