1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Added some bulletproofing to memory allocation in the LDAP cache

code.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Graham Leggett
2001-08-30 00:46:25 +00:00
parent 5eb009b6be
commit f94ab6fedd
4 changed files with 50 additions and 17 deletions

View File

@@ -193,7 +193,7 @@ void util_ldap_dn_compare_node_free(void *n);
/* util_ldap_cache_mgr.c */
void util_ald_free(const void *ptr);
void *util_ald_alloc(int size);
void *util_ald_alloc(unsigned long size);
const char *util_ald_strdup(const char *s);
unsigned long util_ald_hash_string(int nstr, ...);
void util_ald_cache_purge(util_ald_cache_t *cache);