Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
ImageMagick
ImageMagick-CVE-2020-21679.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2020-21679.patch of Package ImageMagick
Index: ImageMagick-6.8.8-1/coders/pcx.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/pcx.c +++ ImageMagick-6.8.8-1/coders/pcx.c @@ -996,7 +996,8 @@ static MagickBooleanType WritePCXImage(c pcx_info.planes++; } length=(((size_t) image->columns*pcx_info.bits_per_pixel+7)/8); - if (length > 65535UL) + if ((image->columns > 65535UL) || (image->rows > 65535UL) || + (length > 65535UL)) { if (page_table != (MagickOffsetType *) NULL) page_table=(MagickOffsetType *) RelinquishMagickMemory(page_table);
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