]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorBradley Nicholes <bnicholes@apache.org>
Tue, 20 Feb 2007 16:23:19 +0000 (16:23 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 20 Feb 2007 16:23:19 +0000 (16:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@509629 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9ebec7ecece718610335de9a667c8da021b6e660..58aa41b46a8f581b255f112acd68700e3efea1d1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -180,3 +180,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
      http://svn.apache.org/viewvc?view=rev&rev=509237
      +1: trawick
+     -0: bnicholes - The patch as it stands, could cause unpredictible
+          behavior across SDKs depending on whether or not the SDK
+         has defined LDAP_NO_LIMIT. The behavior of the ldap_search_ext_s()
+         call can be different if the sizelimit parameter is 0 vs -1.
+         At the very least, the patch needs to be revised so that the
+         behavior is common across all SDKs.