From: Howard Chu Date: Wed, 10 Jan 2007 20:30:29 +0000 (+0000) Subject: ITS#4800 X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~210 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29bda3922a4df9c526a11cf0fe0c0d6ee622ed7d;p=openldap ITS#4800 --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index e53048236b..7841bda126 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -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 == '.') {