]> granicus.if.org Git - apache/commitdiff
Clarify my thoughts on mod_remoteip.
authorGraham Leggett <minfrin@apache.org>
Tue, 22 Nov 2011 14:22:36 +0000 (14:22 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 22 Nov 2011 14:22:36 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205014 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 479fa6fa7ca74ebcdbdaa9abdd18f74baaf45817..fe2f125be1ee86cc2138d32f2736e005e5879ab6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,12 @@ RELEASE SHOWSTOPPERS:
     the hackathon seems to be that mod_lua should be released as experimental
     with a note that the API may change during 2.4.x.
 
+  * mod_remoteip works around httpd's non-existent IP address API by leaking
+    from c->pool and allowing pointers from r->pool to live beyond r->pool's
+    lifetime. Provide an actual API for mod_remoteip to use so these hacks
+    are no longer needed, or remove mod_remoteip (minfrin: which I really
+    don't want us to have to do).
+
   NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS
 
   * The mod_session* modules need to be checked that their hooks respect