Cliff Woolley wrote: >Can anyone confirm or deny this? Seems like it should be trivial to fix >if correct. >
I haven't seen that error case myself, but it's definitely going to crash there if r->filename is null. I just checked the code, and mod_proxy itself doesn't guarantee that r->filename is non-null by the time it reaches the map-to-storage hook. I'll add a check for this. Brian > >--Cliff > >---------- Forwarded message ---------- >Date: 7 Sep 2002 22:24:12 -0000 >From: [EMAIL PROTECTED] >Reply-To: Apache HTTPD Bugs Notification List <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: DO NOT REPLY [Bug 12340] - WindowsXP proxy, > child process exited with status 3221225477 > >DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG >RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT ><http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12340>. >ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND >INSERTED IN THE BUG DATABASE. > >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12340 > >WindowsXP proxy, child process exited with status 3221225477 > > > > > >------- Additional Comments From [EMAIL PROTECTED] 2002-09-07 22:24 >------- > >Proxy crash in mod_proxy.c, function proxy_map_location(): > +--- mod_proxy.c -------------------------------------------- > |static int proxy_map_location(request_rec *r) > |{ > | int access_status; > | > ->| if (!r->proxyreq || strncmp(r->filename, "proxy:", 6) != 0) > | return DECLINED; > +------------------------------------------------------------ >r->filename points to NULL, cause strncmp access to >violation exception (0xC0000005). > >Bug also in apache 2.0.39 in same place. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >