From b8150c91cfca4bc8b1441f9fef51227f2339925f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 10 Apr 2004 14:03:51 +0000 Subject: [PATCH] yet another backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103329 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 9d391a4b78f..348c046118b 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/10 13:19:48 $] +Last modified at [$Date: 2004/04/10 14:03:51 $] Release: @@ -72,6 +72,17 @@ 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! ] + *) Fix a bunch of cases where the return code of the regex compiler + was not checked properly. The 1.3-diff is here: + http://www.apache.org/~nd/regex-return-1.3.diff (only core and + mod_usertrack affected). PR 28218. + modules/metadata/mod_setenvif.c: r1.51 + modules/metadata/mod_usertrack.c: r1.52 + modules/proxy/mod_proxy.c: r1.99 + modules/proxy/proxy_ftp.c: r1.140 + server/core.c: r1.272 + +1: nd + *) mod_usertrack: Escape the cookie_name before pasting into the regexp. (2.0 + 1.3) modules/metadata/mod_usertrack.c: r1.51 -- 2.47.2