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).