зеркало из https://github.com/mozilla/gecko-dev.git
Bug 334293, nextUpdate used uninitialized in nsCRLInfo::nsCRLInfo if crl->nextUpdate.len == 0
r=rrelyea
This commit is contained in:
Родитель
a967c15213
Коммит
11aa2b0a5d
|
@ -74,8 +74,8 @@ nsCRLInfo::nsCRLInfo(CERTSignedCrl *signedCrl)
|
|||
nsAutoString nextUpdateLocale;
|
||||
nsAutoString lastUpdateLocale;
|
||||
nsCAutoString lastFetchURL;
|
||||
PRTime lastUpdate;
|
||||
PRTime nextUpdate;
|
||||
PRTime lastUpdate = 0;
|
||||
PRTime nextUpdate = 0;
|
||||
SECStatus sec_rv;
|
||||
|
||||
// Get the information we need here //
|
||||
|
|
Загрузка…
Ссылка в новой задаче