From 743482e9abac8f4ba91ff12e1369b3696227d124 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 8 May 2018 20:51:37 -0400 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8170 --- MagickCore/property.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0