DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19820>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19820 mod_auth_ldap caused signal bus error (10) on Solaris ------- Additional Comments From [EMAIL PROTECTED] 2003-05-16 15:28 ------- util_ldap_cache_mgr.c is buggy: return (void *)apr_rmm_addr_get(util_ldap_rmm, apr_rmm_calloc(util_ldap_rmm, size)); needs to check for apr_rmm_calloc returning 0 when the shm segment is full, likewise in the _strdup case. The LDAP caching code is likely to die horribly once the cache fills up. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
