https://bugs.openldap.org/show_bug.cgi?id=9994
Issue ID: 9994 Summary: Potential memory leak in tests/progs/slapd-modify.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-modify.c line 164 and 191.Calling ldap_modify_ext_s() without calling ldap_mods_free() to free the memory will cause a memory leak.
https://bugs.openldap.org/show_bug.cgi?id=9994
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Howard Chu hyc@openldap.org --- The mods in use here are not dynamically allocated. There is no leak.
https://bugs.openldap.org/show_bug.cgi?id=9994
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED Keywords|needs_review |