Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
ImageMagick.29424
ImageMagick-CVE-2021-20246.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2021-20246.patch of Package ImageMagick.29424
From f3190d4a6e6e8556575c84b5d976f77d111caa74 Mon Sep 17 00:00:00 2001 From: Cristy <mikayla-grace@urban-warrior.org> Date: Wed, 3 Feb 2021 15:50:29 -0500 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/3195 --- magick/resample.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: ImageMagick-6.8.8-1/magick/resample.c =================================================================== --- ImageMagick-6.8.8-1.orig/magick/resample.c 2013-12-01 15:47:50.000000000 +0100 +++ ImageMagick-6.8.8-1/magick/resample.c 2021-02-23 10:08:25.688726917 +0100 @@ -1210,10 +1210,10 @@ MagickExport void ScaleResampleFilter(Re { register double scale; #if FILTER_LUT /* scale so that F = WLUT_WIDTH; -- hardcoded */ - scale = (double)WLUT_WIDTH/F; + scale=(double) WLUT_WIDTH*PerceptibleReciprocal(F); #else /* scale so that F = resample_filter->F (support^2) */ - scale = resample_filter->F/F; + scale=resample_filter->F*PerceptibleReciprocal(F); #endif resample_filter->A = A*scale; resample_filter->B = B*scale;
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