Bug 334293, nextUpdate used uninitialized in nsCRLInfo::nsCRLInfo if crl->nextUpdate.len == 0
r=rrelyea, a=darin git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201409 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -76,8 +76,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 //
|
||||
|
||||
Reference in New Issue
Block a user