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