Full_Name: Thomas Devanneaux
Version: 2.2.5
OS: linux
Submission from: ppp148-paris.isdnet.net (194.149.182.148)
Hello,
I have noticed a very minor bug which causes a httpd child to
sigfault if we use mod_proxy over SSL and if the connection
to the SSL server fails.
The reason is that the ssl structure is released twice.
Here is the diff:
--- ssl_engine_ext.c Thu Mar 4 10:00:29 1999
+++ ssl_engine_ext.c.new Fri Mar 19 15:08:41 1999
@@ -309,7 +309,6 @@
if ((rc = SSL_connect(ssl)) <= 0) {
errmsg = ap_pstrcat(r->pool, "SSL connect failed: ",
ERR_reason_error_string(ERR_get_error()), NULL);
- SSL_free(ssl);
return errmsg;
}
Thomas.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]