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-12140,12644.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-12140,12644.patch of Package ImageMagick.28259
Index: ImageMagick-6.8.8-1/coders/dcm.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/dcm.c 2017-12-04 18:21:25.261128743 +0100 +++ ImageMagick-6.8.8-1/coders/dcm.c 2017-12-04 19:50:19.538978651 +0100 @@ -3071,6 +3071,8 @@ static Image *ReadDCMImage(const ImageIn else if ((quantum != 0) && (length != 0)) { + if (length > GetBlobSize(image)) + ThrowDCMReaderException(CorruptImageError, "InsufficientImageDataInFile"); data=(unsigned char *) NULL; if (~length >= 1) data=(unsigned char *) AcquireQuantumMemory(length+1,quantum*
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