From: Cristy Date: Wed, 9 May 2018 00:51:37 +0000 (-0400) Subject: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8170 X-Git-Tag: 7.0.7-32~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=743482e9abac8f4ba91ff12e1369b3696227d124;p=imagemagick https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8170 --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 9c441ffc8..419600dab 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3471,6 +3471,7 @@ RestoreMSCWarning { property_image=AcquireImage(image_info,exception); (void) SetImageExtent(property_image,1,1,exception); + (void) SetImageBackgroundColor(property_image,exception); } interpret_text=AcquireString(embed_text); /* new string with extra space */ extent=MagickPathExtent; /* allocated space in string */