Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.18190
ImageMagick-CVE-2019-15141.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-15141.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/tiff.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/tiff.c 2019-09-05 09:48:30.360620866 +0200 +++ ImageMagick-6.8.8-1/coders/tiff.c 2019-09-05 09:51:03.565503432 +0200 @@ -3588,12 +3588,11 @@ DisableMSCWarning(4127) if (0 && (image_info->verbose != MagickFalse)) RestoreMSCWarning TIFFPrintDirectory(tiff,stdout,MagickFalse); - (void) TIFFWriteDirectory(tiff); - if (image->exception.severity > ErrorException) - { - status=MagickFalse; - break; - } + if (TIFFWriteDirectory(tiff) == 0) + { + status=MagickFalse; + break; + } image=SyncNextImageInList(image); if (image == (Image *) NULL) break;
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