]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a segfault with mod_include when r->path_info is not set
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 Aug 2001 21:29:15 +0000 (21:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 Aug 2001 21:29:15 +0000 (21:29 +0000)
commit9dd8693d2bd91692bdfdbcd113a370452b66b751
treecbbe8a144cd34b354a9966d1a568a69e14cc04f9
parent3c90c3f5f4c2540211146c0b6256f29ed824961c
Fix a segfault with mod_include when r->path_info is not set
(which is the case with mod_proxy).

My only question about this is whether we should place some value
(such as <UNKNOWN>) when path_info isn't set.

Submitted by: Ian Holsman <ianh@cnet.com>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90825 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c