The following reply was made to PR mod_proxy/1942; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Cc:  Subject: Re: mod_proxy/1942: CONNECT Problem with SSL Proxy (fwd)
Date: Thu, 19 Mar 1998 07:39:38 -0700 (MST)

 ---------- Forwarded message ----------
 Date: Thu, 19 Mar 1998 09:15:34 +0100
 From: Lukas Karrer <[EMAIL PROTECTED]>
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: mod_proxy/1942: CONNECT Problem with SSL Proxy
 
 
 > According to Marc Slemko:
 > 
 > >   That is bad.  If it can make Apache core dump, then Apache is broken no
 > >   matter what the other software may be doing wrong.
 > 
 > I think we already have a fix for this problem...
 > PR#1326 is about the same bug I think. Rainer Scherg submitted
 > the following patch to fix the problem:
 > 
 > ****************************************************
 > diff proxy_util.c.org proxy_util.c
 > 988a989,991
 > >     if (host == NULL)   /* oops! */
 > >       return 0;
 > >
 > 1137,1138c1140,1144
 > <     int h2_len = strlen(host2);
 > <     int h1_len = strlen(host);
 > ---
 > >     int h2_len;
 > >     int h1_len;
 > >
 > >     if (host == NULL || host2 == NULL)
 > >        return 0; /* oops! */
 > 1139a1146,1148
 > >     h2_len = strlen(host2);
 > >     h1_len = strlen(host);
 > >                         
 > 
 > ****************************************************
 > 
 > 
 > If it fixes the problem the release of 1.2.6 should wait until
 > the patch is committed to the 1.2 source tree.
 >    
 
 Well, that did not seem to fix the problem. Same behavour of apache
 whenever I try to access https site.
 
 Regards Lukas
 
 +--------------------------------------------------------------------------+
 Lukas Karrer               Email: [EMAIL PROTECTED]  Mettler-Toledo AG
 System Manager Assist.     Phone: ++41 1 944 26 06    8606 Naenikon, Switz.
 "Beyond Weighing"          FAX:   ++41 1 944 27 90    http://www.mt.com
 +--------------------------------------------------------------------------+
 I'm not Mettler-Toledo's spokesman, I just try to do my job as well as I can 
 

Reply via email to