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-15017.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-15017.patch of Package ImageMagick.30355
--- a/coders/png.c +++ b/coders/png.c @@ -5525,6 +5525,10 @@ static Image *ReadOneMNGImage(MngInfo* mng_info, const ImageInfo *image_info, mng_info->global_plte=(png_colorp) AcquireQuantumMemory(256, sizeof(*mng_info->global_plte)); + if (mng_info->global_plte == (png_colorp) NULL) + ThrowReaderException(ResourceLimitError, + "MemoryAllocationFailed"); + for (i=0; i < (ssize_t) (length/3); i++) { mng_info->global_plte[i].red=p[3*i];
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