Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2018-11655.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-11655.patch of Package ImageMagick.28259
diff --git a/magick/cache.c b/magick/cache.c index 655ca063d0..f011942f5a 100644 --- a/magick/cache.c +++ b/magick/cache.c @@ -1890,7 +1890,9 @@ static Cache GetImagePixelCache(Image *image,const MagickBooleanType clone, if (clone != MagickFalse) status=ClonePixelCacheRepository(clone_info,cache_info, exception); - if (status != MagickFalse) + if (status == MagickFalse) + clone_info=(CacheInfo *) DestroyPixelCache(clone_info); + else { destroy=MagickTrue; image->cache=clone_info;
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