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.
https://bugs.openldap.org/show_bug.cgi?id=10249
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.6.9 Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10249
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1 Assignee|bugs@openldap.org |ondra@mistotebe.net
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- https://git.openldap.org/openldap/openldap/-/merge_requests/719
https://bugs.openldap.org/show_bug.cgi?id=10249
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 8bad3eb3 by Ondřej Kuzník at 2024-09-25T17:10:09+01:00 ITS#10249 slapo-nestgroup: plug leak in nestgroup_memberFilter
https://bugs.openldap.org/show_bug.cgi?id=10249
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- RE26:
• 99327d31 by Ondřej Kuzník at 2024-10-04T22:02:24+00:00 ITS#10249 slapo-nestgroup: plug leak in nestgroup_memberFilter