convert caption:@mytext.txt ...
* RLE check for pixel offset less than 0 (heap overflow report from Craig
Young).
+ * Properly initialze PES blocks (reference
+ https://github.com/ImageMagick/ImageMagick/issues/213).
2016-06-03 7.0.1-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.1-9, GIT revision 10847:339f803:20160602.
blocks[i].offset=0;
}
for ( ; i < 256L; i++)
+ {
blocks[i].offset=0;
+ blocks[i].color=PESColor;
+ }
if (DiscardBlobBytes(image,532L-number_colors-21) == MagickFalse)
ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
image->filename);
Normal stitch.
*/
if ((x & 0x40) != 0)
- x-=0x80;
+ x-=0x80;
}
else
{