openvpn-ldap-auth 0.0.5 released

This is a maintenance release fixing a potential memleak.
Added by chantra almost 3 years ago

A potential memleak is fixed could have happened when ldap_search_ext_s returned something else than LDAP_SUCCESS.

From LDAP man page:

Note that res  parameter  of  ldap_search_ext_s()  and  ldap_search_s()
should be freed with ldap_msgfree() regardless of return value of these
functions.

You can download it from the repository @ tag 0.0.5


Comments