Closed joshterrill closed 6 months ago
As outlined by @rachyyyy in
https://github.com/gentilkiwi/mimikatz/issues/406 and https://github.com/gentilkiwi/mimikatz/issues/405
Anything that calls ldap_get_dn must be freed. There are several other implementations of this method that do get freed in the codebase, so it looks like it was just missed in a couple of places.
ldap_get_dn
As outlined by @rachyyyy in
https://github.com/gentilkiwi/mimikatz/issues/406 and https://github.com/gentilkiwi/mimikatz/issues/405
Anything that calls
ldap_get_dn
must be freed. There are several other implementations of this method that do get freed in the codebase, so it looks like it was just missed in a couple of places.