From ff268f5e9ba9cb576c52b3e451a3e4d829dd7bbe Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 10 Aug 2018 21:04:49 -0400 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9802 --- MagickCore/token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/token.c b/MagickCore/token.c index abddc26b0..d5435273d 100644 --- a/MagickCore/token.c +++ b/MagickCore/token.c @@ -383,7 +383,7 @@ MagickExport MagickBooleanType GlobExpression(const char *expression, image_info=AcquireImageInfo(); (void) CopyMagickString(image_info->filename,pattern,MagickPathExtent); exception=AcquireExceptionInfo(); - (void) SetImageInfo(image_info,0,exception); + (void) SetImageInfo(image_info,1,exception); exception=DestroyExceptionInfo(exception); if (LocaleCompare(image_info->filename,pattern) != 0) { -- 2.40.0