Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.18190
ImageMagick-CVE-2016-7531.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2016-7531.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.9-8/coders/pdb.c =================================================================== --- ImageMagick-6.8.9-8.orig/coders/pdb.c 2016-10-07 10:44:36.317064128 +0200 +++ ImageMagick-6.8.9-8/coders/pdb.c 2016-10-07 10:45:44.822132030 +0200 @@ -810,7 +810,7 @@ static MagickBooleanType WritePDBImage(c pdb_image.width=(short) (16*(image->columns/16+1)); pdb_image.height=(short) image->rows; packets=((bits_per_pixel*image->columns+7)/8)*image->rows; - runlength=(unsigned char *) AcquireQuantumMemory(2UL*packets, + runlength=(unsigned char *) AcquireQuantumMemory(4UL*packets, sizeof(*runlength)); if (runlength == (unsigned char *) NULL) ThrowWriterException(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