Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yukoff:openSUSE:Leap:42.1:Backports
GraphicsMagick.6323
GraphicsMagick-CVE-2014-9835,9831.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File GraphicsMagick-CVE-2014-9835,9831.patch of Package GraphicsMagick.6323
Index: GraphicsMagick-1.3.21/coders/wpg.c =================================================================== --- GraphicsMagick-1.3.21.orig/coders/wpg.c 2016-08-05 09:10:10.455054281 +0200 +++ GraphicsMagick-1.3.21/coders/wpg.c 2016-08-05 09:11:05.447965504 +0200 @@ -385,7 +385,7 @@ static int UnpackWPGRaster(Image *image, (void) LogMagickEvent(CoderEvent,GetMagickModule(), "Raster allocation size: %ld byte%s", ldblk, (ldblk > 1 ? "s" : "")); - BImgBuff=MagickAllocateMemory(unsigned char *,(size_t) ldblk); + BImgBuff=MagickAllocateMemory(unsigned char *,(size_t) 8*ldblk); if(BImgBuff==NULL) return(-2); (void) memset(BImgBuff,0,(size_t) ldblk);
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