Bugzilla Bug 298957: code cleanup -- the array size can be MAX_TEMPL_ATTRS.

r=relyea.
This commit is contained in:
wtchang%redhat.com 2005-07-06 18:34:39 +00:00
Родитель 8cb0290c63
Коммит 252506980a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1183,7 +1183,7 @@ PK11_DeriveWithFlagsPerm( PK11SymKey *baseKey, CK_MECHANISM_TYPE derive,
int keySize, CK_FLAGS flags, PRBool isPerm)
{
CK_BBOOL cktrue = CK_TRUE;
CK_ATTRIBUTE keyTemplate[MAX_TEMPL_ATTRS+1];
CK_ATTRIBUTE keyTemplate[MAX_TEMPL_ATTRS];
CK_ATTRIBUTE *attrs;
unsigned int templateCount = 0;