]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport submission for util_ldap segfault fix (PR 45994)
authorPaul J. Reder <rederpj@apache.org>
Tue, 16 Dec 2008 14:29:39 +0000 (14:29 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 16 Dec 2008 14:29:39 +0000 (14:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@727055 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 53f07a197b205c09f112ad419817b561d88e76af..4600dfe04012c1702596349a39fc24bf3a748d43 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -99,6 +99,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk version of patch works
    +1: rpluem,
 
+ * mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_init
+   when result is NULL. This could happen if LDAP initialization failed.
+   PR 45994.  [Dan Poirier <poirier pobox.com>]
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?view=rev&revision=727053
+   Backport versoin for 2.2.x of patch:
+      http://people.apache.org/~rederpj/backport_PR45994_util_ldap.c.diff
+   +1: rederpj
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).