[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_new_connection() mutex issue



ldap_new_connection(), if ( connect ) and lconn_server->lud_exts contain
the tls ext, first unlocks and then re-locks ld_req_mutex and
ld_res_mutex.  As far as I understand, while the former is actually held
by the caller(s) of ldap_new_connection(), the latter is not.  If this
analysis is correct, I'll post an ITS.

p.