Fix security issue CVE-2015-1860

[taken from RedHat Qt3 patches]
(cherry picked from commit 538d6a2440)
r14.0.x
Slávek Banko 9 years ago
parent a0008cd747
commit d3f640f17c

@ -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