Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.18190
ImageMagick-CVE-2018-11251.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-11251.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/sun.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/sun.c 2018-05-23 14:54:14.277630461 +0200 +++ ImageMagick-6.8.8-1/coders/sun.c 2018-05-23 14:54:32.737886856 +0200 @@ -371,6 +371,8 @@ static Image *ReadSUNImage(const ImageIn image->colors=one << sun_info.depth; if (sun_info.maptype == RMT_EQUAL_RGB) image->colors=sun_info.maplength/3; + if (image->colors == 0) + 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