Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2021-20311.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2021-20311.patch of Package ImageMagick.28259
Index: ImageMagick-6.8.8-1/magick/colorspace.c =================================================================== --- ImageMagick-6.8.8-1.orig/magick/colorspace.c 2013-12-01 15:47:50.000000000 +0100 +++ ImageMagick-6.8.8-1/magick/colorspace.c 2021-04-15 13:30:51.298259432 +0200 @@ -600,16 +600,16 @@ MagickExport MagickBooleanType RGBTransf if (logmap == (Quantum *) NULL) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", image->filename); - black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/ - film_gamma); + black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002* + PerceptibleReciprocal(film_gamma)); #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static,4) \ magick_threads(image,image,1,1) #endif for (i=0; i <= (ssize_t) MaxMap; i++) logmap[i]=ScaleMapToQuantum((MagickRealType) (MaxMap*(reference_white+ - log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002/ - film_gamma))/1024.0)); + log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002* + PerceptibleReciprocal(film_gamma)))/1024.0)); image_view=AcquireAuthenticCacheView(image,exception); #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static,4) shared(status) \ @@ -1993,14 +1993,14 @@ MagickExport MagickBooleanType Transform if (logmap == (Quantum *) NULL) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", image->filename); - black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/ - film_gamma); + black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002* + PerceptibleReciprocal(film_gamma)); for (i=0; i <= (ssize_t) (reference_black*MaxMap/1024.0); i++) logmap[i]=(Quantum) 0; for ( ; i < (ssize_t) (reference_white*MaxMap/1024.0); i++) logmap[i]=ClampToQuantum((MagickRealType) QuantumRange/(1.0-black)* - (pow(10.0,(1024.0*i/MaxMap-reference_white)*(gamma/density)*0.002/ - film_gamma)-black)); + (pow(10.0,(1024.0*i/MaxMap-reference_white)*(gamma/density)*0.002* + PerceptibleReciprocal(film_gamma))-black)); for ( ; i <= (ssize_t) MaxMap; i++) logmap[i]=QuantumRange; if (image->storage_class == PseudoClass)
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