mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4800
This commit is contained in:
parent
fd09de97ea
commit
29bda3922a
@ -942,6 +942,7 @@ parse_ldif_control(
|
||||
|
||||
if (ppctrls) pctrls = *ppctrls;
|
||||
/* OID should come first. Validate and extract it. */
|
||||
s = bval->bv_val;
|
||||
if (*s == 0) return ( LDAP_PARAM_ERROR );
|
||||
oidStart = s;
|
||||
while (isdigit((unsigned char)*s) || *s == '.') {
|
||||
|
Loading…
Reference in New Issue
Block a user