You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/10/24 17:54:08 UTC

DO NOT REPLY [Bug 46076] Return code of apr_ldap_init not checked causing sigabort

https://issues.apache.org/bugzilla/show_bug.cgi?id=46076





--- Comment #1 from Brad Nicholes <bn...@apache.org>  2008-10-24 08:54:07 PST ---
The success or failure of apr_ldap_init() is being checked through the result
parameter rather than the actual return code of the function.  The status code
of the ldap call is checked in the if statement that follows the call to
apr_ldap_init().  Since there are several pieces of information that need to be
returned from an apr_ldap* call, error codes and messages are returned through
the result parameter.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org