mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#7582 CLDAP, avoid ref to uninit'd memory
This commit is contained in:
parent
3d5e7ef0d2
commit
63312f109f
@ -367,6 +367,9 @@ ldap_send_server_request(
|
||||
}
|
||||
|
||||
/* Extract requestDN for future reference */
|
||||
#ifdef LDAP_CONNECTIONLESS
|
||||
if ( !LDAP_IS_UDP(ld) )
|
||||
#endif
|
||||
{
|
||||
BerElement tmpber = *ber;
|
||||
ber_int_t bint;
|
||||
|
Loading…
Reference in New Issue
Block a user