From a76efc4bf09da9fb2bbf20c0c0e4fb81149cc292 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 22 Oct 2019 07:50:26 -0400 Subject: [PATCH] ... --- coders/miff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0