https://bugs.openldap.org/show_bug.cgi?id=9913
Issue ID: 9913 Summary: Some lloadd shutdown code doesn't protect memory correctly Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: lloadd Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
During shutdown, clients_destroy and tier_destroy are called while worker threads might still be alive, therefore they need to participate in memory management.
https://bugs.openldap.org/show_bug.cgi?id=9913
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- https://git.openldap.org/openldap/openldap/-/merge_requests/557
https://bugs.openldap.org/show_bug.cgi?id=9913
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |ondra@mistotebe.net Target Milestone|--- |2.6.4 Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=9913
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• a033c1e7 by Ondřej Kuzník at 2022-09-02T16:49:45+01:00 ITS#9913 Protect code in clients_destroy and tier_destroy
RE26:
• cb8df5f8 by Ondřej Kuzník at 2022-09-12T20:46:33+00:00 ITS#9913 Protect code in clients_destroy and tier_destroy
https://bugs.openldap.org/show_bug.cgi?id=9913
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9913
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED