зеркало из https://github.com/mozilla/gecko-dev.git
Fix for 125373 - crash in crlutil
This commit is contained in:
Родитель
563324c47c
Коммит
284f6b65f8
|
@ -195,7 +195,7 @@ SECStatus ImportCRL (CERTCertDBHandle *certHandle, char *url, int type,
|
|||
const char *errString;
|
||||
|
||||
errString = SECU_Strerror(PORT_GetError());
|
||||
if (PORT_Strlen (errString) == 0)
|
||||
if ( errString && PORT_Strlen (errString) == 0)
|
||||
SECU_PrintError
|
||||
(progName, "CRL is not import (error: input CRL is not up to date.)");
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче