From: Cristy Date: Sat, 21 Jul 2018 11:28:50 +0000 (-0400) Subject: https://github.com/ImageMagick/ImageMagick/issues/1221 X-Git-Tag: 7.0.8-8~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=389ecc365a7c61404ba078a72c3fa5a3cf1b4101;p=imagemagick https://github.com/ImageMagick/ImageMagick/issues/1221 --- diff --git a/coders/mat.c b/coders/mat.c index 5858ff534..d3a2db86b 100644 --- a/coders/mat.c +++ b/coders/mat.c @@ -631,9 +631,9 @@ static Image *ReadMATImageV4(const ImageInfo *image_info,Image *image, unsigned int depth; - quantum_info=(QuantumInfo *) NULL; (void) SeekBlob(image,0,SEEK_SET); + status=MagickTrue; while (EOFBlob(image) == MagickFalse) { /*