Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2017-13768.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-13768.patch of Package ImageMagick.28259
Index: ImageMagick-6.8.8-1/magick/identify.c =================================================================== --- ImageMagick-6.8.8-1.orig/magick/identify.c 2018-03-05 19:49:29.187919292 +0100 +++ ImageMagick-6.8.8-1/magick/identify.c 2018-03-05 19:49:29.195919427 +0100 @@ -910,7 +910,8 @@ MagickExport MagickBooleanType IdentifyI pixel; GetMagickPixelPacket(image,&pixel); - SetMagickPixelPacket(image,p,indexes+x,&pixel); + if (p != (const PixelPacket *) NULL) + SetMagickPixelPacket(image,p,indexes+x,&pixel); (void) QueryMagickColorname(image,&pixel,SVGCompliance,tuple, &image->exception); (void) FormatLocaleFile(file," Alpha: %s ",tuple);
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