https://bugs.openldap.org/show_bug.cgi?id=9864
Issue ID: 9864 Summary: One-time leaks in accesslog Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: minor Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
In tool mode, the accesslog's configured logdb suffix isn't freed. It's normally freed by the db_open handler but in tool mode the overlay never actually gets opened.
Also due to 414866b8889 ITS#9580, li_sids can leak when replacing mincsn.
https://bugs.openldap.org/show_bug.cgi?id=9864
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords|needs_review | Resolution|--- |FIXED
--- Comment #1 from Howard Chu hyc@openldap.org --- fixed in master 95f959e2155420cdd274a9fc1f75011a075d11fc
https://bugs.openldap.org/show_bug.cgi?id=9864
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=9580
https://bugs.openldap.org/show_bug.cgi?id=9864
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.13
https://bugs.openldap.org/show_bug.cgi?id=9864
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 95f959e2 by Howard Chu at 2022-06-16T16:10:59+01:00 ITS#9864 slapo-accesslog: plug onetime memleaks
RE26:
• 2cf61793 by Howard Chu at 2022-06-17T14:41:50+01:00 ITS#9864 slapo-accesslog: plug onetime memleaks
RE25:
• eb7b0ffe by Howard Chu at 2022-06-23T18:47:16+00:00 ITS#9864 slapo-accesslog: plug onetime memleaks
https://bugs.openldap.org/show_bug.cgi?id=9864
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED