зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1236571 follow-up - fix bustage on a CLOSED TREE; r=me
This commit is contained in:
Родитель
83aec61b67
Коммит
8070cbc00f
|
@ -3250,7 +3250,7 @@ ReadSourceFromFilename(JSContext* cx, const char* filename, char16_t** src, size
|
|||
return NS_ERROR_FILE_TOO_BIG;
|
||||
|
||||
// Allocate an internal buf the size of the file.
|
||||
auto buf = MakeUniqueFallible<unsigned char>(rawLen);
|
||||
auto buf = MakeUniqueFallible<unsigned char[]>(rawLen);
|
||||
if (!buf)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче