DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43942>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43942 ------- Additional Comments From [EMAIL PROTECTED] 2007-12-06 10:44 ------- Created an attachment (id=21240) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21240&action=view) Patch - optimized string handling in util_ldap.c Problem was caused by a problematic algorithm in util_ldap.c, where for each attribue value apr_pstrcat was called. with each call new memory was allocated, so that in the end this operation caused an allocation of 260 mb for storing 180 kb. This was optimized in uldap_cache_getuserdn. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
