]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a couple of votes and a comment.
authorPaul J. Reder <rederpj@apache.org>
Thu, 15 Nov 2007 23:41:42 +0000 (23:41 +0000)
committerPaul J. Reder <rederpj@apache.org>
Thu, 15 Nov 2007 23:41:42 +0000 (23:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595490 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f1ad08adea43ec9006d3e07656488c855eb29cc7..f940fd7cf0d73d64b1975ab15b8ff12bccb22a4b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -245,14 +245,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_ldap: Remove pconf usage on request processing threads, create a 
      subpool of the per-vhost LDAP pool instead of copying a reference to it.
          http://svn.apache.org/viewvc?view=rev&revision=591488 
-     +1: covener, rpluem
+     +1: covener, rpluem. rederpj
 
    * mod_ldap: Don't return references into shared memory to the caller, 
      as these may expire at any time because callers don't hold
      a cache lock
          http://svn.apache.org/viewvc?view=rev&revision=591499
          http://svn.apache.org/viewvc?view=rev&revision=593919 
-     +1: covener, rpluem
+     +1: covener, rpluem, rederpj
+     rederpj: Though it should never be a problem (famous last words), should
+              there be some sort of verification of i vs. k? (since you
+              allocate based on k and copy based on i)
 
    * mod_ssl: Don't use the pconf pool for allocating memory pointed by
      a local static variable. PR 43865.