Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
ImageMagick.9293
ImageMagick-CVE-2017-11527.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-11527.patch of Package ImageMagick.9293
Index: ImageMagick-6.8.8-1/coders/dpx.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/dpx.c 2017-12-04 16:01:06.799453150 +0100 +++ ImageMagick-6.8.8-1/coders/dpx.c 2017-12-04 16:01:06.803453217 +0100 @@ -1105,6 +1105,8 @@ static Image *ReadDPXImage(const ImageIn StringInfo *profile; + if (dpx.file.user_size > GetBlobSize(image)) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); profile=BlobToStringInfo((const void *) NULL, dpx.file.user_size-sizeof(dpx.user.id)); if (profile == (StringInfo *) NULL)
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