From bbf3c19e53ac68a25ae1c3f2ce4d8b6171e92812 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 15 Nov 2024 11:35:32 +0100 Subject: [PATCH] Increased buffer size for heif_has_compatible_brand. --- coders/heic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/heic.c b/coders/heic.c index b49f880d0f..caf528a7f3 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -641,7 +641,7 @@ static Image *ReadHEICImage(const ImageInfo *image_info, *image_handle; unsigned char - magic[12]; + magic[128]; /* Open image file.