Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.18190
ImageMagick-CVE-2019-12978.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-12978.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/pango.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/pango.c 2019-07-18 14:12:46.164442995 +0200 +++ ImageMagick-6.8.8-1/coders/pango.c 2019-07-18 14:12:46.172443038 +0200 @@ -177,6 +177,8 @@ static Image *ReadPANGOImage(const Image assert(exception->signature == MagickSignature); image=AcquireImage(image_info); (void) ResetImagePage(image,"0x0+0+0"); + if ((image->columns != 0) && (image->rows != 0)) + (void) SetImageBackgroundColor(image); /* Format caption. */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor