From 6bf5688dcc25af6db0974ce79b7136b40a9e6d67 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 27 Jan 2018 10:22:19 -0500 Subject: [PATCH] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5671 --- coders/sgi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coders/sgi.c b/coders/sgi.c index d9c41d3f0..a3e67c9bc 100644 --- a/coders/sgi.c +++ b/coders/sgi.c @@ -375,6 +375,7 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) return(DestroyImageList(image)); + (void) SetImageBackgroundColor(image,exception); /* Allocate SGI pixels. */ -- 2.40.0