]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r654119 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 17 May 2008 19:50:14 +0000 (19:50 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 17 May 2008 19:50:14 +0000 (19:50 +0000)
commit90ecc006ab31b3141b6785a63ad61e9952895bc6
tree5bd180adc09aa4a00e024a6aba6eb4ce9ccf0da5
parent1e8c308735a870c7a0afd098814dc13d461d8bac
Merge r654119 from trunk:

* 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.

Submitted by: jorton
Reviewed by: rpluem, jim, fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@657445 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/ssl/mod_ssl.c