]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.
authorJan Kaluža <jkaluza@apache.org>
Fri, 13 Mar 2015 07:32:46 +0000 (07:32 +0000)
committerJan Kaluža <jkaluza@apache.org>
Fri, 13 Mar 2015 07:32:46 +0000 (07:32 +0000)
commit35ae2e259e42540a782753feb6de5a6d8099784a
tree984eab9adde6394be08303f9cf849eb19acb0e03
parent23bc41fe83993580b774e385eda59d4741fb61d5
* mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.
SSL_CTX_set_tmp_ecdh increases reference count, so we have to call EC_KEY_free,
otherwise eckey will not be freed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666363 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c