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


1.2
date	2006.07.28.23.49.23;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2006.07.27.15.28.20;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 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 fix: off-by-one error in mod_rewrite

Submitted by:   simon
@
text
@@

