https://bugs.openldap.org/show_bug.cgi?id=10002
Issue ID: 10002 Summary: Potential memory leak in tests/progs/slapd-bind.c Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: test suite Assignee: bugs@openldap.org Reporter: 1061499390@qq.com Target Milestone: ---
Version: Github:master Potential memory leak in slapd-bind.c line 139.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=10002
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 only parses a URL from the command line, not in any loops. There is no leak.
https://bugs.openldap.org/show_bug.cgi?id=10002
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|RESOLVED |VERIFIED