On Tue, Jun 27, 2000, [EMAIL PROTECTED] wrote:

> Full_Name: Erik Horstkotte
> Version: 2.6.4-1.3.12
> OS: Solaris 2.7
> Submission from: (NULL) (209.80.49.145)
> 
> The EAPI patches make a single insertion in the routine
> internal_internal_redirect in http_request.c. As shipped, the lines
> are inserted just before the call to ap_table_setn. They need to be
> moved to near the top of the routine, before the call to ap_parse_uri, or a
> segmentation fault will occur inside that routine if an internal redirection is
> performed by another module.

Hmmm... can you show me _where_ in ap_parse_uri() is segfaults and can you
additionally explain why it segfaults there? From a quick look into both
functions I still cannot see why a still not initialized r->ctx of EAPI should
cause a segfault while the URL is parsed into pieces.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to