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.