Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
ImageMagick.29977
ImageMagick-CVE-2023-3745.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2023-3745.patch of Package ImageMagick.29977
Index: ImageMagick-6.8.8-1/coders/tiff.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/tiff.c +++ ImageMagick-6.8.8-1/coders/tiff.c @@ -1341,6 +1341,9 @@ RestoreMSCWarning if ((photometric != PHOTOMETRIC_SEPARATED) && (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64)) method=ReadGenericMethod; + if ((photometric == PHOTOMETRIC_LOGLUV) || + (photometric == PHOTOMETRIC_YCBCR)) + method=ReadGenericMethod; if (image->compression == JPEGCompression) method=ReadGenericMethod; if (TIFFIsTiled(tiff) != MagickFalse)
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