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

(ITS#4541) concurrency problem in libldap_r



Full_Name: Howard Chu
Version: RE23,HEAD
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (24.126.120.178)
Submitted by: hyc


In ldap_send_initial_request() the call to ldap_open_defconn needs to be
protected by a mutex, otherwise multiple threads can attempt to open and read
the defconn simultaneously. A fix is coming shortly.