From 51b95e4efa0fd93886309404244ef391e07b6b6c Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 7 Apr 2004 21:49:47 +0000 Subject: [PATCH] back port proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103291 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 9cf157d226c..8f05a9ed3bf 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/06 18:09:21 $] +Last modified at [$Date: 2004/04/07 21:49:47 $] Release: @@ -72,6 +72,13 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Nested blocks will cause ap_build_cont_config() + to be called recursively. Allocate the temporary 8k + string buffer from the temp_pool rather than the stack to + avoid over-running a fixed length stack. + server/config.c: r1.174 + +1: bnicholes + *) Fix segfault in mod_expires. PR 28047 modules/metadata/mod_expires.c: r1.54 +1: nd, bnicholes -- 2.47.2