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.