]> granicus.if.org Git - apache/commit
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
authorJoe Orton <jorton@apache.org>
Wed, 7 May 2008 14:17:31 +0000 (14:17 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 7 May 2008 14:17:31 +0000 (14:17 +0000)
commit09e9ce347929c199cbf6ec82fc83d7c40dbbb75d
tree711d11d69f77987ca6d58a853d60ae1a2462f67c
parent0a8ec0f41cf41ebb4c925f2735dec45e0a424842
* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remove the call to
  CRYPTO_cleanup_all_ex_data here, fixing a per-connection memory leak
  which occurs if the client indicates support for a compression
  algorithm in the initial handshake, and mod_ssl is linked against
  OpenSSL >= 0.9.8f.

Thanks to Amund Elstad and Dr Stephen Henson for analysis of this
issue.

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