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

(ITS#4140) chain overlay may leak resources and suffer from concurrency issues



Full_Name: Pierangelo Masarati
Version: HEAD, re23
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.72.89.40)
Submitted by: ando


In some cases, the chain overlay uses an automatic ldapinfo structure, which is
a copy of the original one except for the url.  This results in (at least)
leaking connections in the connection tree; it may also result in a corrupted
AVL tree and even worse, because mutex locking occurs on copies of the mutexes
and so.

p.