зеркало из https://github.com/mozilla/gecko-dev.git
Bug 865919 - Abort decode of INT32_MIN BMPs. r=joe
This commit is contained in:
Родитель
5537c27fe8
Коммит
0a122c2ad7
|
@ -247,6 +247,11 @@ nsBMPDecoder::WriteInternal(const char* aBuffer, uint32_t aCount)
|
|||
return;
|
||||
}
|
||||
|
||||
if (mBIH.height == INT_MIN) {
|
||||
PostDataError();
|
||||
return;
|
||||
}
|
||||
|
||||
uint32_t real_height = GetHeight();
|
||||
|
||||
// Post our size to the superclass
|
||||
|
|
Загрузка…
Ссылка в новой задаче