https://bugs.openldap.org/show_bug.cgi?id=9906
Issue ID: 9906 Summary: cn=monitor leaks in lloadd Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
lloadd registers various types of monitor_subsys_t but currently doesn't tear all parts of them down correctly, leaking memory on server shutdown. Partly down to how back-monitor shutdown works at the moment.
https://bugs.openldap.org/show_bug.cgi?id=9906
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=9907
https://bugs.openldap.org/show_bug.cgi?id=9906
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.6.4 Assignee|bugs@openldap.org |ondra@mistotebe.net
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/556
https://bugs.openldap.org/show_bug.cgi?id=9906
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=9906
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 2362c7cc by Ondřej Kuzník at 2022-09-01T10:09:10+01:00 ITS#9906 Do not touch subsys members after mss_destroy called
• b457cdeb by Ondřej Kuzník at 2022-09-01T10:09:15+01:00 ITS#9906 Do not leak cn=monitor related allocs in lloadd
RE26:
• c09ced8b by Ondřej Kuzník at 2022-09-12T20:42:10+00:00 ITS#9906 Do not touch subsys members after mss_destroy called
• fcfa94f8 by Ondřej Kuzník at 2022-09-12T20:42:20+00:00 ITS#9906 Do not leak cn=monitor related allocs in lloadd
https://bugs.openldap.org/show_bug.cgi?id=9906
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED