Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.6676
ImageMagick-CVE-2017-9141.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-9141.patch of Package ImageMagick.6676
--- a/coders/dds.c +++ b/coders/dds.c @@ -1772,6 +1771,9 @@ static Image *ReadDDSImage(const ImageInfo *image_info,ExceptionInfo *exception) if (volume) num_images = dds_info.depth; + if (num_images < 1) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); + for (n = 0; n < num_images; n++) { if (n != 0)
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