Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.18190
ImageMagick-CVE-2016-5689.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2016-5689.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.9-8/coders/dcm.c =================================================================== --- ImageMagick-6.8.9-8.orig/coders/dcm.c 2016-06-23 08:37:11.009022275 +0200 +++ ImageMagick-6.8.9-8/coders/dcm.c 2016-06-23 08:38:06.941913089 +0200 @@ -3191,6 +3191,8 @@ static Image *ReadDCMImage(const ImageIn /* Photometric interpretation. */ + if (data == (unsigned char *) NULL) + break; for (i=0; i < (ssize_t) MagickMin(length,MaxTextExtent-1); i++) photometric[i]=(char) data[i]; photometric[i]='\0'; @@ -3212,6 +3214,8 @@ static Image *ReadDCMImage(const ImageIn /* Number of frames. */ + if (data == (unsigned char *) NULL) + break; number_scenes=StringToUnsignedLong((char *) data); break; }
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