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-2019-13295,13297.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-13295,13297.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/magick/threshold.c =================================================================== --- ImageMagick-6.8.8-1.orig/magick/threshold.c 2013-12-29 16:20:13.000000000 +0100 +++ ImageMagick-6.8.8-1/magick/threshold.c 2019-07-22 13:59:41.825076470 +0200 @@ -202,6 +202,8 @@ MagickExport Image *AdaptiveThresholdIma threshold_image=CloneImage(image,0,0,MagickTrue,exception); if (threshold_image == (Image *) NULL) return((Image *) NULL); + if ((width == 0) || (height == 0)) + return(threshold_image); if (SetImageStorageClass(threshold_image,DirectClass) == MagickFalse) { InheritException(exception,&threshold_image->exception);
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