Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.9832
ImageMagick-CVE-2017-14172.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-14172.patch of Package ImageMagick.9832
Index: ImageMagick-6.8.8-1/coders/ps.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/ps.c 2017-12-05 11:36:18.807738411 +0100 +++ ImageMagick-6.8.8-1/coders/ps.c 2017-12-05 11:36:40.996122025 +0100 @@ -575,6 +575,8 @@ static Image *ReadPSImage(const ImageInf if (count != 1) continue; length=extent; + if (length > GetBlobSize(image)) + ThrowReaderException(CorruptImageError,"InsufficientImageDataInFile"); profile=BlobToStringInfo((const void *) NULL,length); if (profile == (StringInfo *) NULL) continue;
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