php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11149 request_config is always a default (and faulty) value
Submitted: 2001-05-28 02:29 UTC Modified: 2001-05-29 07:00 UTC
From: emile at iris-advies dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.5 OS: Debian Sid
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: emile at iris-advies dot com
New email:
PHP Version: OS:

 

 [2001-05-28 02:29 UTC] emile at iris-advies dot com
Our module uses the apache internal structure request_rec->request_config to fetch informatino about another module (mod_midgard). Since the request_config field we get from SG(server_context) is always 0x10000, ap_get_module_config segfaults because that value is wrong. I can peek in other modules running in the same apache handler and the value is different (and correct) there
See PHP bug #10628 on how to reproduce this bug.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-29 07:00 UTC] sniper@php.net
Please, this is something that should be discussed on the
developer mailing list. Not in bug database.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC