[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#5259) SIGSEGV in slap_auxprop_store during SASL/OTP bind
hyc@symas.com wrote:
> dwhite@olp.net wrote:
>> Full_Name: Dan White
>> Version: 2.3.39
>> OS: Linux
>> URL: http://support.olp.net/ldap/log.txt
>> Submission from: (NULL) (65.161.252.42)
>
> Nice bit of debugging there. This could be a bit tricky because the slapd
> auxprop code assumes it's always executing on behalf of an LDAP operation
> (usually a Bind request). In this case, there is no active request; it's the
> cleanup action on a closed connection, and most of the state that slapd needed
> has already been torn down. It may take some restructuring to allow this to
> work, we never expected sasl_dispose() to be anything other than a pure
> destructor.
Fixed in CVS HEAD.
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/