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

(ITS#7662) dangling reader in back-mdb



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


mdb_entry_get() acquires a reader txn to retrieve the specified entry, and
mdb_entry_release() releases the reader txn. If mdb_entry_get() fails (e.g., the
specified entry doesn't exist) then mdb_entry_release() doesn't get called. A
fix will be committed shortly.