From: Cristy Date: Sat, 27 Jan 2018 16:08:13 +0000 (-0500) Subject: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5707 X-Git-Tag: 7.0.7-23~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb430ab74a587507582d41257e25ef6fa28428af;p=imagemagick https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5707 --- diff --git a/coders/wbmp.c b/coders/wbmp.c index 72038b83a..aa36ef6dc 100644 --- a/coders/wbmp.c +++ b/coders/wbmp.c @@ -185,6 +185,7 @@ static Image *ReadWBMPImage(const ImageInfo *image_info, status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) return(DestroyImageList(image)); + (void) SetImageBackgroundColor(image,exception); /* Convert bi-level image to pixel packets. */