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-13309.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-13309.patch of Package ImageMagick
--- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -4171,7 +4171,10 @@ WandPrivate MagickBooleanType CLIListOperatorImages(MagickCLI *cli_wand, { index_image=GetImageFromList(_images,index-1); if (index_image == (Image *) NULL) - CLIWandExceptArgBreak(OptionError,"NoSuchImage",option,arg1); + { + insert_image=DestroyImage(insert_image); + CLIWandExceptArgBreak(OptionError,"NoSuchImage",option,arg1); + } InsertImageInList(&index_image,insert_image); } _images=GetFirstImageInList(index_image);
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