Fix security issue CVE-2015-1860

[taken from RedHat Qt3 patches]
pull/1/head
Slávek Banko 9 years ago
parent 64d9c07d57
commit 094708c0e7

@ -1226,6 +1226,8 @@ void TQGIFFormat::fillRect(TQImage& img, int col, int row, int w, int h, TQRgb c
void TQGIFFormat::nextY(TQImage& img, TQImageConsumer* consumer)
{
if (out_of_bounds)
return;
int my;
switch (interlace) {
case 0:

Loading…
Cancel
Save