]> granicus.if.org Git - apache/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)
commit067c217ce430dac1c45ea6d2d63df71e54714d73
tree7954ebccdf5f1b5537e0da2135e70495475ac784
parentf2b610bc53df8e759d48a8b4a71a83bee8035513
  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@99252 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c