Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yukoff:openSUSE:Leap:42.1:Backports
GraphicsMagick.6323
GraphicsMagick-CVE-2014-9805.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File GraphicsMagick-CVE-2014-9805.patch of Package GraphicsMagick.6323
Index: GraphicsMagick-1.3.21/coders/pnm.c =================================================================== --- GraphicsMagick-1.3.21.orig/coders/pnm.c 2016-08-04 21:10:54.606410204 +0200 +++ GraphicsMagick-1.3.21/coders/pnm.c 2016-08-04 21:11:36.635120175 +0200 @@ -538,6 +538,8 @@ static Image *ReadPNMImage(const ImageIn if ((max_value == 0) || (max_value > 4294967295U)) ThrowReaderException(CorruptImageError,ImproperImageHeader,image); + if (max_value == 0) + ThrowReaderException(CorruptImageError,ImproperImageHeader,image); bits_per_sample=0; if (max_value <= 1) bits_per_sample=1;
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