From: Cliff Woolley Date: Thu, 16 Oct 2003 00:37:55 +0000 (+0000) Subject: yep. too bad there are so many places in the code where this problem X-Git-Tag: 2.0.48~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09441591dcf5c88cafb4a019e56ae32cc1ade660;p=thirdparty%2Fapache%2Fhttpd.git yep. too bad there are so many places in the code where this problem appears. i feel like we ought to take the opposite approach and guarantee that r->filename is never NULL, but oh well. we've gone down this path instead, so this is clearly a correct fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cb4f1ca98bd..983612e6b55 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/10/15 23:17:12 $] +Last modified at [$Date: 2003/10/16 00:37:55 $] Release: @@ -263,7 +263,7 @@ PATCHES TO BACKPORT FROM 2.1 * mod_include: fix segfault which occured if the filename was not set, for example, when processing some error conditions. PR 23836. modules/filters/mod_include.c: r1.288 - +1: nd, trawick + +1: nd, trawick, jwoolley CURRENT RELEASE NOTES: