aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-22 20:46:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-22 20:46:51 +0000
commit96c093f27c8fd06e16a947b8dfab9d444ce9a9a6 (patch)
tree9830040781cda57889efae7165250ff9dcaf4a3c /CHANGES
parenta9d49769ff1a27ab5e347d0d87100e6ed0d6796b (diff)
Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 00d8543a6..258ab845d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ Daniel S (22 May 2007)
- Andre Guibert de Bruet fixed a memory leak in the function that verifies the
peer's name in the SSL certificate when built for OpenSSL. The leak happens
for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN
- name from UTF8.
+ name from UTF8. He also fixed a leak when PKCS #12 parsing failed.
Daniel S (18 May 2007)
- Feng Tu reported that curl -w did wrong on TFTP transfers in bug report