https://bugs.openldap.org/show_bug.cgi?id=10249
Issue ID: 10249 Summary: slapo-nestgroup leak with non-nested groups Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
Searching for a member= of a group when no nesting is in place will leak memory.
It seems to stem from a few `gi.gi_numDNs` tests that should most likely be against `gi.gi_DNs` instead.