]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ldap/util_ldap.c (util_ldap_post_config): Fix false
authorJoe Orton <jorton@apache.org>
Mon, 13 Sep 2004 10:59:55 +0000 (10:59 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Sep 2004 10:59:55 +0000 (10:59 +0000)
commit733fefe0b85ed969c0e3b7f77fa4f6a142562077
treee9d5fe12c5fda834dad50a3f7a1ad5808b37b6f5
parentdd9b830d5d125ab39d9b7e3253d335eb707fb270
* modules/ldap/util_ldap.c (util_ldap_post_config): Fix false
positives from gcc -Wformat-security.

* modules/ldap/util_ldap_cache.c (util_ldap_url_node_display): Add default
to switch to avoid uninitialised variable warnings.

* modules/ldap/util_ldap_cache_mgr.c (util_ald_create_caches): Fix to
return NULL rather than random chunk from stack on error path.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105105 13f79535-47bb-0310-9956-ffa450edef68
modules/ldap/util_ldap.c
modules/ldap/util_ldap_cache.c
modules/ldap/util_ldap_cache_mgr.c