head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.07.31.14.13.30;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2006.07.27.17.06.13;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to 2.8.28-1.3.37
@
text
@--- src/modules/standard/mod_rewrite.c	(revision 421288)
+++ src/modules/standard/mod_rewrite.c	(working copy)
@@@@ -2736,7 +2736,7 @@@@
             int c = 0;
 
             token[0] = cp = ap_pstrdup(p, cp);
-            while (*cp && c < 5) {
+            while (*cp && c < 4) {
                 if (*cp == '?') {
                     token[++c] = cp + 1;
                     *cp = '\0';
@


1.1
log
@- Security patch mod_rewrite
Security: CVE-2006-3747
@
text
@@

