From 0a504fa01a61f428422300faa8a98d44173f3ced Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 27 Feb 2018 07:51:18 -0500 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6582 --- coders/miff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/miff.c b/coders/miff.c index 3cbe310ce..456bdb7e4 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -577,7 +577,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, /* Get the keyword. */ - length=MagickPathExtent; + length=MagickPathExtent-1; p=keyword; do { -- 2.40.0