mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#441: unhex escape referrals. Needs review before being
applied to RE 1.2.
This commit is contained in:
parent
94d3673dbe
commit
4035b05232
1 changed files with 2 additions and 0 deletions
|
|
@ -627,7 +627,9 @@ ldap_chase_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int *hadrefp )
|
|||
p = NULL;
|
||||
}
|
||||
|
||||
ldap_pvt_hex_unescape( ref );
|
||||
len = strlen( ref );
|
||||
|
||||
if ( len > LDAP_LDAP_REF_STR_LEN && strncasecmp( ref,
|
||||
LDAP_LDAP_REF_STR, LDAP_LDAP_REF_STR_LEN ) == 0 ) {
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue