]> granicus.if.org Git - apache/commitdiff
comment
authorStefan Fritsch <sf@apache.org>
Tue, 18 Jun 2013 20:03:41 +0000 (20:03 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 18 Jun 2013 20:03:41 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1494277 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e273264751b961a31d0cbefc67b1e2509b0754aa..dae4de37867740d42d508a6171291c67a38b2910 100644 (file)
--- 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: