Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.30355
ImageMagick-CVE-2017-11170.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-11170.patch of Package ImageMagick.30355
Index: ImageMagick-6.8.8-1/coders/tga.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/tga.c 2018-02-13 16:21:46.166336227 +0100 +++ ImageMagick-6.8.8-1/coders/tga.c 2018-02-13 16:22:02.154599570 +0100 @@ -262,6 +262,8 @@ static Image *ReadTGAImage(const ImageIn one=1; image->colors=one << tga_info.bits_per_pixel; + if (image->colors > ((~0UL)/sizeof(*image->colormap))) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); if (AcquireImageColormap(image,image->colors) == MagickFalse) ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); }
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