aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-08-08 17:51:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-08-08 17:51:40 +0000
commit668c204970399211770542b21b8b873dcf68383c (patch)
tree614c83fc5c67b2f07d47f71aa20ae1507ec21a67 /CHANGES
parentaf2d899d6b7ad7113b32c8bcba04355ce2e5dac2 (diff)
Song Ma noted a zlib memory leak in the illegal compressed header
countermeasures code path.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c698968d6..d8a4bdaea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Dan F (8 August 2007)
+- Song Ma noted a zlib memory leak in the illegal compressed header
+ countermeasures code path.
+
Daniel S (4 August 2007)
- Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
non-ASCII systems.