Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.18190
ImageMagick-CVE-2014-8354.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2014-8354.patch of Package ImageMagick.18190
http://trac.imagemagick.org/changeset/16765 Index: magick/resize.c =================================================================== --- magick/resize.c.orig 2014-03-13 17:55:34.000000000 +0100 +++ magick/resize.c 2014-11-04 10:05:45.539174034 +0100 @@ -2560,6 +2560,8 @@ ((MagickRealType) (start+n)-bisect+0.5)); density+=contribution[n].weight; } + if (n == 0) + continue; if ((density != 0.0) && (density != 1.0)) { register ssize_t @@ -2803,6 +2805,8 @@ ((MagickRealType) (start+n)-bisect+0.5)); density+=contribution[n].weight; } + if (n == 0) + continue; if ((density != 0.0) && (density != 1.0)) { register ssize_t
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