From: Graham Leggett Date: Wed, 19 Jun 2013 13:41:34 +0000 (+0000) Subject: Add a comment. X-Git-Tag: 2.4.5~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c748b396ab81eacd0a24f5af2307f2d588d1142;p=apache Add a comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1494619 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index de89992db4..b2af22fcb5 100644 --- a/STATUS +++ b/STATUS @@ -212,6 +212,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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? + minfrin: Surely we should just fix these unsigned ints? Not sure what value + there would be in trying to bake in an arbitrary limit in the mean + time when we can just fix the underlying problem instead. A list of further possible backports can be found at: