mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
clarify the size of a generalizedTime
This commit is contained in:
parent
60fc6860d2
commit
074f54f300
1 changed files with 1 additions and 1 deletions
|
|
@ -2155,7 +2155,7 @@ generalizedTimeNormalize(
|
|||
return rc;
|
||||
}
|
||||
|
||||
normalized->bv_val = sl_malloc( 16, ctx );
|
||||
normalized->bv_val = sl_malloc( sizeof("YYYYmmddHHMMSSZ"), ctx );
|
||||
if ( normalized->bv_val == NULL ) {
|
||||
return LBER_ERROR_MEMORY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue