Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
ImageMagick
ImageMagick-CVE-2019-10650.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-10650.patch of Package ImageMagick
Index: ImageMagick-7.0.7-34/coders/tiff.c =================================================================== --- ImageMagick-7.0.7-34.orig/coders/tiff.c 2019-04-04 13:27:25.652979925 +0200 +++ ImageMagick-7.0.7-34/coders/tiff.c 2019-04-04 13:28:56.581416776 +0200 @@ -3468,6 +3468,11 @@ static MagickBooleanType WriteTIFFImage( TIFFUnmapBlob); if (tiff == (TIFF *) NULL) return(MagickFalse); + if (exception->severity > ErrorException) + { + TIFFClose(tiff); + return(MagickFalse); + } scene=0; debug=IsEventLogging(); (void) debug;
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