summaryrefslogtreecommitdiff
path: root/2.0
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-06-06 10:47:53 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-06-06 10:47:53 +0000
commit3007b2df57af450336021162a11d6b268bef865d (patch)
tree4b3f5422e9104d21cd1314baad0e75ac1d3298a2 /2.0
parentfix for apachectl again (diff)
downloadapache-3007b2df57af450336021162a11d6b268bef865d.tar.gz
apache-3007b2df57af450336021162a11d6b268bef865d.tar.bz2
apache-3007b2df57af450336021162a11d6b268bef865d.zip
fix #127399
Diffstat (limited to '2.0')
-rw-r--r--2.0/patches/00_all_ab_cookie.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/2.0/patches/00_all_ab_cookie.patch b/2.0/patches/00_all_ab_cookie.patch
new file mode 100644
index 0000000..e1e30bf
--- /dev/null
+++ b/2.0/patches/00_all_ab_cookie.patch
@@ -0,0 +1,12 @@
+diff -Nurp httpd-2.0.58.orig/support/ab.c httpd-2.0.58/support/ab.c
+--- httpd-2.0.58.orig/support/ab.c 2006-06-06 12:10:03.431121000 +0200
++++ httpd-2.0.58/support/ab.c 2006-06-06 12:10:27.744640500 +0200
+@@ -2057,7 +2057,7 @@ int main(int argc, const char * const ar
+ strcpy(content_type, optarg);
+ break;
+ case 'C':
+- cookie = apr_pstrcat(cntxt, "Cookie: ", optarg, "\r\n", NULL);
++ cookie = apr_pstrcat(cntxt, cookie, "Cookie: ", optarg, "\r\n", NULL);
+ break;
+ case 'A':
+ /*