diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 13:41:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 13:41:18 +0000 |
commit | 6bf071df7ee6b5be66757ecdf01b1be1497df536 (patch) | |
tree | 4101847395458d4ba8eaf90d13c3e4cea05da119 /CHANGES | |
parent | 7c028a83324bae0e038865f34e8fccbe6d9146f0 (diff) | |
download | curl-6bf071df7ee6b5be66757ecdf01b1be1497df536.tar.gz |
- Andrei Benea filed bug report #2956698 and pointed out that the
CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function
call. He provided the patch to fix it too.
http://curl.haxx.se/bug/view.cgi?id=2956698
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog Daniel Stenberg (2 Mar 2010) +- Andrei Benea filed bug report #2956698 and pointed out that the + CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function + call. He provided the patch to fix it too. + + http://curl.haxx.se/bug/view.cgi?id=2956698 + - Markus Duft pointed out in bug #2961796 that even though Interix has a poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. |