Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.18190
ImageMagick-CVE-2019-11470.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-11470.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/cin.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/cin.c 2019-06-18 12:36:59.172487997 +0200 +++ ImageMagick-6.8.8-1/coders/cin.c 2019-06-18 12:38:38.833042695 +0200 @@ -703,6 +703,8 @@ static Image *ReadCINImage(const ImageIn (void) CloseBlob(image); return(image); } + if (((MagickSizeType) image->columns*image->rows) > GetBlobSize(image)) + ThrowReaderException(CorruptImageError,"InsufficientImageDataInFile"); /* Convert CIN raster image to pixel packets. */
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