Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for config:i586
openSUSE:Leap:15.6:Update
ImageMagick.29425
ImageMagick-CVE-2022-3213.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2022-3213.patch of Package ImageMagick.29425
Index: ImageMagick-7.1.0-9/coders/tiff.c =================================================================== --- ImageMagick-7.1.0-9.orig/coders/tiff.c +++ ImageMagick-7.1.0-9/coders/tiff.c @@ -1900,7 +1900,8 @@ static Image *ReadTIFFImage(const ImageI /* Convert stripped TIFF image. */ - extent=(samples_per_pixel+1)*TIFFStripSize(tiff); + extent=4*MagickMax(image->columns*(samples_per_pixel+extra_samples)* + (image->depth+7)/8,TIFFStripSize(tiff)); #if defined(TIFF_VERSION_BIG) extent+=image->columns*sizeof(uint64); #else
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