Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.3353
ImageMagick-CVE-2014-9809.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2014-9809.patch of Package ImageMagick.3353
--- a/coders/xwd.c +++ b/coders/xwd.c @@ -275,6 +275,8 @@ static Image *ReadXWDImage(const ImageInfo *image_info,ExceptionInfo *exception) if ((ximage->depth < 0) || (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || (ximage->bytes_per_line < 0)) ThrowReaderException(CorruptImageError,"ImproperImageHeader"); + if ((ximage->width > 65535) || (ximage->height > 65535)) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); if ((ximage->bits_per_pixel > 32) || (ximage->bitmap_unit > 32)) ThrowReaderException(CorruptImageError,"ImproperImageHeader"); x_status=XInitImage(ximage);
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