From: Cristy Date: Sat, 3 Feb 2018 14:49:18 +0000 (-0500) Subject: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5926 X-Git-Tag: 7.0.7-23~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc95b7c4291ec9216929c525cc3e6ed55b39149;p=imagemagick https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5926 --- diff --git a/coders/xcf.c b/coders/xcf.c index 72db89221..7b62686dc 100644 --- a/coders/xcf.c +++ b/coders/xcf.c @@ -669,6 +669,7 @@ static MagickBooleanType load_level(Image *image,XCFDocInfo *inDocInfo, if (tile_image == (Image *) NULL) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", image->filename); + (void) SetImageBackgroundColor(tile_image,exception); /* read in the tile */ switch (inDocInfo->compression)