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-2020-27773.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2020-27773.patch of Package ImageMagick.28259
diff --git a/magick/gem-private.h b/magick/gem-private.h index fa464f0c7..0cfaf3b68 100644 --- a/magick/gem-private.h +++ b/magick/gem-private.h @@ -132,6 +132,9 @@ static inline void ConvertXYZToLab(const double X,const double Y,const double Z, static inline void ConvertLuvToXYZ(const double L,const double u,const double v, double *X,double *Y,double *Z) { + double + gamma; + assert(X != (double *) NULL); assert(Y != (double *) NULL); assert(Z != (double *) NULL); @@ -139,9 +142,10 @@ static inline void ConvertLuvToXYZ(const double L,const double u,const double v, *Y=(double) pow((L+16.0)/116.0,3.0); else *Y=L/CIEK; - *X=((*Y*((39.0*L/(v+13.0*L*(9.0*D65Y/(D65X+15.0*D65Y+3.0*D65Z))))-5.0))+ - 5.0*(*Y))/((((52.0f*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/ - 3.0)-(-1.0/3.0)); + gamma=PerceptibleReciprocal((((52.0*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+ + 3.0*D65Z))))-1.0)/3.0)-(-1.0/3.0)); + *X=gamma*((*Y*((39.0*L/(v+13.0*L*(9.0*D65Y/(D65X+15.0*D65Y+3.0*D65Z))))-5.0))+ + 5.0*(*Y)); *Z=(*X*(((52.0f*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/3.0))- 5.0*(*Y); }
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