Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
ImageMagick.30356
ImageMagick-CVE-2023-3745.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2023-3745.patch of Package ImageMagick.30356
Index: ImageMagick-7.0.7-34/coders/tiff.c =================================================================== --- ImageMagick-7.0.7-34.orig/coders/tiff.c +++ ImageMagick-7.0.7-34/coders/tiff.c @@ -1769,6 +1769,9 @@ RestoreMSCWarning if (image->compression == JPEGCompression) method=GetJPEGMethod(image,tiff,photometric,bits_per_sample, samples_per_pixel); + if ((photometric == PHOTOMETRIC_LOGLUV) || + (photometric == PHOTOMETRIC_YCBCR)) + method=ReadGenericMethod; if (compress_tag == COMPRESSION_JBIG) method=ReadStripMethod; 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