diff options
author | Clement Laforet <clement@FreeBSD.org> | 2007-03-18 17:13:58 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2007-03-18 17:13:58 +0000 |
commit | 5fec80adeafc62c80863b3bbce7f8983437f30ce (patch) | |
tree | 9453774b0e848df0faeb5c3b9ef98aa0be5884a0 /www/apache13-ssl/files/patch-secfix-CVE-2006-3747 | |
parent | n -CURRENT, bsdtar will preserve the attributes of the archive automatically (diff) |
- Update to 1.3.37-1.57
Notes
Notes:
svn path=/head/; revision=187661
Diffstat (limited to 'www/apache13-ssl/files/patch-secfix-CVE-2006-3747')
-rw-r--r-- | www/apache13-ssl/files/patch-secfix-CVE-2006-3747 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/apache13-ssl/files/patch-secfix-CVE-2006-3747 b/www/apache13-ssl/files/patch-secfix-CVE-2006-3747 deleted file mode 100644 index fc06bed772bb..000000000000 --- a/www/apache13-ssl/files/patch-secfix-CVE-2006-3747 +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/modules/standard/mod_rewrite.c -=================================================================== ---- 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'; |