From: Stefan Fritsch Date: Tue, 18 Jun 2013 20:03:41 +0000 (+0000) Subject: comment X-Git-Tag: 2.4.5~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6ca5e47c908f3937aa6c9ab45c004c70f6ec615;p=apache comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1494277 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e273264751..dae4de3786 100644 --- a/STATUS +++ b/STATUS @@ -207,6 +207,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1493925 2.4.x patch: trunk patch works modulo CHANGES +1: minfrin, jim + sf notes: I think a number of variables need to be changed from int to + apr_size_t, including subcache_size, subcache_data_offset, + subcache_data_size, total, cache_total. + AIUI, especially cache_total starts to go wrong if the cache + gets larger than 4GB (UINT_MAX). Maybe set the limit at + MIN(APR_SIZE_MAX,UINT_MAX) until this is fixed? A list of further possible backports can be found at: