From: Ruediger Pluem Date: Mon, 4 Feb 2008 10:37:18 +0000 (+0000) Subject: * Add proposal X-Git-Tag: 2.2.9~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c854297083c8226f12c095ef46c23bee5ed5141f;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@618229 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9652aa68c79..9cf584a5a09 100644 --- a/STATUS +++ b/STATUS @@ -153,6 +153,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works (minus CHANGES conflict) +1: + * ab: Use a 64 bit unsigned int instead of a signed long to count the + bytes transferred to avoid integer overflows + PR: 44346 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=617890&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when