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-13301.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-13301.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/magick/annotate.c =================================================================== --- ImageMagick-6.8.8-1.orig/magick/annotate.c 2019-07-23 15:58:27.825193968 +0200 +++ ImageMagick-6.8.8-1/magick/annotate.c 2019-07-23 15:58:30.017206461 +0200 @@ -297,7 +297,12 @@ MagickExport MagickBooleanType AnnotateI (void) ParseGeometry(annotate_info->geometry,&geometry_info); } if (SetImageStorageClass(image,DirectClass) == MagickFalse) - return(MagickFalse); + { + annotate_info=DestroyDrawInfo(annotate_info); + annotate=DestroyDrawInfo(annotate); + textlist=(char **) RelinquishMagickMemory(textlist); + return(MagickFalse); + } if (IsGrayColorspace(image->colorspace) != MagickFalse) (void) SetImageColorspace(image,sRGBColorspace); status=MagickTrue;
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