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

(ITS#6629) send_search_entry() does not clear controls



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


REP_CTRLS_MUSTBEFREED is only honored by send_ldap_response(); when response
controls are attached to slap_send_search_entry() it is not honored.  This does
not surface because controls must be malloc'ed on the slab; however, it clearly
appears when built with SLAP_NO_SL_MALLOC.

p.