https://bugs.openldap.org/show_bug.cgi?id=10001
Issue ID: 10001 Summary: Potential memory leak in libraries/libldap/urltest.c Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: 1061499390@qq.com Target Milestone: ---
Version: Github:master Potential memory leak in urltest.c line 75.Calling ldap_url_parse() without calling ldap_free_urldesc() to free the memory will cause a memory leak.
https://bugs.openldap.org/show_bug.cgi?id=10001
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- This test program always exits after processing one invocation. There are no loops and therefore no leaks.
https://bugs.openldap.org/show_bug.cgi?id=10001
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|RESOLVED |VERIFIED