From: Cristy Date: Wed, 31 Jan 2018 23:54:29 +0000 (-0500) Subject: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5846 X-Git-Tag: 7.0.7-23~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e74769caca25bc62707772ef15de9a510609bf2;p=imagemagick https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5846 --- diff --git a/coders/dpx.c b/coders/dpx.c index 6bb57222a..e81266684 100644 --- a/coders/dpx.c +++ b/coders/dpx.c @@ -1134,6 +1134,7 @@ static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception) status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) return(DestroyImageList(image)); + (void) SetImageBackgroundColor(image,exception); for (n=0; n < (ssize_t) dpx.image.number_elements; n++) { /*