зеркало из https://github.com/mozilla/gecko-dev.git
Bug 411874 - "Crash [@ ffff068b nsGIFDecoder2::EndImageFrame] while loading MySpace page (hard to repro)" [p=alfredkayser@gmail.com (Alfred Kayser) r=stuart a1.9=schrep]
This commit is contained in:
Родитель
fc31a5ebab
Коммит
55dd306584
|
@ -395,7 +395,7 @@ void nsGIFDecoder2::EndImageFrame()
|
|||
if (mGIFStruct.rows_remaining != mGIFStruct.height) {
|
||||
if (mGIFStruct.rows_remaining && mGIFStruct.images_decoded) {
|
||||
// Clear the remaining rows (only needed for the animation frames)
|
||||
PRUint8 *rowp = mImageData + ((mGIFStruct.rows_remaining - mGIFStruct.height) * mGIFStruct.width);
|
||||
PRUint8 *rowp = mImageData + ((mGIFStruct.height - mGIFStruct.rows_remaining) * mGIFStruct.width);
|
||||
memset(rowp, 0, mGIFStruct.rows_remaining * mGIFStruct.width);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче