зеркало из https://github.com/mozilla/gecko-dev.git
init mMDTM to be safe (bug 126468; submitted by mcs, r=bbaetz, sr=darin, a=Asa)
This commit is contained in:
Родитель
790ea573f3
Коммит
bdeb4a5e64
|
@ -683,7 +683,10 @@ nsFTPDirListingConv::ParseLSLine(char *aLine, indexEntry *aEntry) {
|
|||
}
|
||||
escName = nsEscape(aLine, url_Path);
|
||||
aEntry->mName.Adopt(escName);
|
||||
|
||||
|
||||
// initialize the time struct to 0 to be safe
|
||||
InitPRExplodedTime(aEntry->mMDTM);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче