From: Cristy Date: Tue, 22 Oct 2019 11:50:26 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.9-0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a76efc4bf09da9fb2bbf20c0c0e4fb81149cc292;p=imagemagick ... --- diff --git a/coders/miff.c b/coders/miff.c index 3ee3e9dcb..080998b66 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -1115,7 +1115,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, (image->compression == UndefinedCompression) || (image->colorspace == UndefinedColorspace) || (image->columns == 0) || (image->rows == 0) || - (image->depth == 0) || (image->depth > 32)) + (image->depth == 0) || (image->depth > 64)) { if (profiles != (LinkedListInfo *) NULL) profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);