Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.30355
ImageMagick-CVE-2018-5246.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-5246.patch of Package ImageMagick.30355
diff --git a/coders/pattern.c b/coders/pattern.c index bb22c1604f..a5893c70e7 100644 --- a/coders/pattern.c +++ b/coders/pattern.c @@ -977,7 +977,10 @@ static Image *ReadPATTERNImage(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); if (image_info->size != (char *) 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