diff options
author | Kamil Dudka <kdudka@redhat.com> | 2014-07-04 00:39:23 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2014-07-04 08:25:05 +0200 |
commit | 52cd5ac21cdfdc0a6c016de97fe70d3a50baa526 (patch) | |
tree | 4fd55bbfd4b70abef880b3102b94369cf6da9eac /RELEASE-NOTES | |
parent | caa4db8a51e2b02e43ee85e63bc3fec232986699 (diff) |
nss: fix a memory leak when CURLOPT_CRLFILE is used
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5e7c3c13e..5bdcb3cac 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o nss: do not abort on connection failure (failing tests 305 and 404) o nss: make the fallback to SSLv3 work again o tool: prevent valgrind from reporting possibly lost memory (nss only) + o nss: fix a memory leak when CURLOPT_CRLFILE is used o This release includes the following known bugs: |