From 4fc95b7c4291ec9216929c525cc3e6ed55b39149 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 3 Feb 2018 09:49:18 -0500 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5926 --- coders/xcf.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0