]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reapply the fix *intended* by rev 1.79 in a safer manner. Prior to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Apr 2003 19:04:44 +0000 (19:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Apr 2003 19:04:44 +0000 (19:04 +0000)
commit2850b5de6fa726a34baee4dcc01ac70142b15398
tree9a3f0a2d5fbbf3c999ad2acbdacdb301fa1be080
parentf25a901432d325a9a1e8446d92c3dad95d95bb45
  Reapply the fix *intended* by rev 1.79 in a safer manner.  Prior to
  all assignments and the final SSL_free(), free ssl_conn->client_cert
  to avoid leaks of this refcounted X509*.  Prereleasing refcounted
  objects is unsafe programming; fix applied to both branches.

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