Bug 541828: crash in BuildFileList (r=tglek)
This commit is contained in:
Родитель
082a9292f2
Коммит
9659386e03
|
@ -538,6 +538,8 @@ nsresult nsZipArchive::BuildFileList()
|
|||
|
||||
//-- Read the central directory headers
|
||||
buf = startp + centralOffset;
|
||||
if (endp - buf < sizeof(PRUint32))
|
||||
return NS_ERROR_FILE_CORRUPTED;
|
||||
PRUint32 sig = xtolong(buf);
|
||||
while (sig == CENTRALSIG) {
|
||||
// Make sure there is enough data available.
|
||||
|
|
Загрузка…
Ссылка в новой задаче