Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
ImageMagick
ImageMagick-CVE-2019-13295,13297.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-13295,13297.patch of Package ImageMagick
Index: ImageMagick-7.0.7-34/MagickCore/threshold.c =================================================================== --- ImageMagick-7.0.7-34.orig/MagickCore/threshold.c 2018-05-20 17:55:43.000000000 +0200 +++ ImageMagick-7.0.7-34/MagickCore/threshold.c 2019-07-22 13:58:53.388796197 +0200 @@ -213,6 +213,8 @@ MagickExport Image *AdaptiveThresholdIma exception); if (threshold_image == (Image *) NULL) return((Image *) NULL); + if ((width == 0) || (height == 0)) + return(threshold_image); status=SetImageStorageClass(threshold_image,DirectClass,exception); if (status == 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