https://bugs.openldap.org/show_bug.cgi?id=9907
Issue ID: 9907 Summary: lloadd config/shutdown leaks 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: ---
lloadd leaks some memory in cn=config and at shutdown time. Fixes coming
https://bugs.openldap.org/show_bug.cgi?id=9907
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- Picked up by running lloadd with clang's -fsanitise=address which also picked up some symbol conflicts between lloadd/slapd.
https://bugs.openldap.org/show_bug.cgi?id=9907
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 |
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/556
https://bugs.openldap.org/show_bug.cgi?id=9907
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- head:
• ad79add5 by Ondřej Kuzník at 2022-09-01T10:09:19+01:00 ITS#9907 Do not redefine variables inherited from slapd
• ad79add5 by Ondřej Kuzník at 2022-09-01T10:09:19+01:00 ITS#9907 Do not redefine variables inherited from slapd
• 9014e8bb by Ondřej Kuzník at 2022-09-02T12:56:25+01:00 ITS#9907 Do not redefine variables inherited from slapd
RE26:
• ce5d5641 by Ondřej Kuzník at 2022-09-12T20:42:37+00:00 ITS#9907 Do not redefine variables inherited from slapd
• 63afbc1d by Ondřej Kuzník at 2022-09-12T20:42:44+00:00 ITS#9907 Plug shutdown related leaks in lloadd
• a35b935a by Ondřej Kuzník at 2022-09-12T20:45:15+00:00 ITS#9907 Do not redefine variables inherited from slapd
https://bugs.openldap.org/show_bug.cgi?id=9907
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- • 034225ff by Ondřej Kuzník at 2022-09-15T17:33:39+01:00 ITS#9907 Some tools consider abandoned global data a leak
https://bugs.openldap.org/show_bug.cgi?id=9907
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Resolution|FIXED |--- Status|RESOLVED |CONFIRMED
--- Comment #5 from Howard Chu hyc@openldap.org --- Apparently this causes lloadd to SEGV on shutdown, at least on arm64 MacOSX. (Noticed as part of ITS#9931)
https://bugs.openldap.org/show_bug.cgi?id=9907
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 13d9c925 by Ondřej Kuzník at 2022-10-12T17:36:12+00:00 ITS#9907 Move TLS context cleanup into lload_global_destroy
RE26:
• b0503315 by Ondřej Kuzník at 2022-10-13T15:45:21+00:00 ITS#9907 Move TLS context cleanup into lload_global_destroy
https://bugs.openldap.org/show_bug.cgi?id=9907
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED