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

(ITS#6081) slapo-rwm(5)'s rwm_entry_get_rw() does not release entries after copying



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


In fact, it exploits rwm_send_entry() to muck with entry's data as appropriate,
but passes a fake SlapReply structure, with sr_flags reset.  We need to enforce
entry's release regardless of how the underlying database will take care of it.

A fix is coming.

p.