Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool-leap-15.4:aarch64
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2017-11752.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-11752.patch of Package ImageMagick.28259
diff --git a/coders/magick.c b/coders/magick.c index 887d88e29d..36c8ca3994 100644 --- a/coders/magick.c +++ b/coders/magick.c @@ -13067,7 +13067,10 @@ static Image *ReadMAGICKImage(const ImageInfo *image_info, break; } if (blob == (const void *) NULL) - ThrowReaderException(OptionError,"UnrecognizedImageFormat"); + { + blob_info=DestroyImageInfo(blob_info); + ThrowReaderException(OptionError,"UnrecognizedImageFormat"); + } image=BlobToImage(blob_info,blob,extent,exception); blob_info=DestroyImageInfo(blob_info); if (image == (Image *) NULL)
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