diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-22 20:46:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-22 20:46:51 +0000 |
commit | 96c093f27c8fd06e16a947b8dfab9d444ce9a9a6 (patch) | |
tree | 9830040781cda57889efae7165250ff9dcaf4a3c /CHANGES | |
parent | a9d49769ff1a27ab5e347d0d87100e6ed0d6796b (diff) |
Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failed
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |