зеркало из https://github.com/mozilla/pjs.git
bustage fix for bug 411579.
This commit is contained in:
Родитель
3e905d0c18
Коммит
9bb48ddd64
|
@ -604,7 +604,7 @@ static nsresult openPrefFile(nsIFile* aFile)
|
|||
return rv;
|
||||
|
||||
char *fileBuffer = nsnull;
|
||||
fileBuffer = new char[nsInt64(fileSize)];
|
||||
fileBuffer = new char[fileSize];
|
||||
if (fileBuffer == nsnull)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче