From 36d08af20dad153b5feddb1680c5690ae9b85079 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 10 May 2018 20:17:14 -0400 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8200 --- MagickCore/draw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 1a700beea..90e8d47eb 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -6429,8 +6429,7 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path, } default: { - if (isalpha((int) ((unsigned char) attribute)) != 0) - ThrowPointExpectedException(token,exception); + ThrowPointExpectedException(token,exception); break; } } -- 2.40.0