mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#9454 fix issuerAndThisUpdateCheck
This commit is contained in:
parent
c0c1bd319e
commit
3539fc3321
1 changed files with 2 additions and 0 deletions
|
|
@ -3975,6 +3975,8 @@ issuerAndThisUpdateCheck(
|
|||
break;
|
||||
}
|
||||
}
|
||||
if ( tu->bv_len < STRLENOF("YYYYmmddHHmmssZ") ) return LDAP_INVALID_SYNTAX;
|
||||
|
||||
x.bv_val += tu->bv_len + 1;
|
||||
x.bv_len -= tu->bv_len + 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue