Fix security issue CVE-2015-1860

[taken from RedHat Qt3 patches]
pull/2/head
Slávek Banko 9 years ago
parent b3037160f2
commit 538d6a2440

@ -1226,6 +1226,8 @@ void QGIFFormat::fillRect(QImage& img, int col, int row, int w, int h, QRgb colo
void QGIFFormat::nextY(QImage& img, QImageConsumer* consumer)
{
if (out_of_bounds)
return;
int my;
switch (interlace) {
case 0:

Loading…
Cancel
Save