mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
We were freeing lud_dn when when lud_host was meant, leading to
arena corruption.
This commit is contained in:
parent
cb94e155ae
commit
463a7ec91d
@ -417,7 +417,7 @@ ldap_free_urldesc( LDAPURLDesc *ludp )
|
||||
}
|
||||
|
||||
if ( ludp->lud_host != NULL ) {
|
||||
LDAP_FREE( ludp->lud_dn );
|
||||
LDAP_FREE( ludp->lud_host );
|
||||
}
|
||||
|
||||
if ( ludp->lud_dn != NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user