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

(ITS#7967) back-meta crash sending abandon after error



Full_Name: Howard Chu
Version: 2.4.40
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (195.235.15.202)
Submitted by: hyc


The patch in ITS#7712 breaks ldap_abandon processing. In particular, releasing
the req_mutex makes it possible for ldap_free_request() to be called twice on
the same request.

A new fix is being tested.