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-14980.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-14980.patch of Package ImageMagick.18190
From 614a257295bdcdeda347086761062ac7658b6830 Mon Sep 17 00:00:00 2001 From: Cristy <mikayla-grace@urban-warrior.org> Date: Mon, 22 Apr 2019 12:42:50 -0400 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick6/issues/43 --- magick/blob.c | 1 + 1 file changed, 1 insertion(+) diff --git a/magick/blob.c b/magick/blob.c index 520a727de..cdc693203 100644 --- a/magick/blob.c +++ b/magick/blob.c @@ -700,6 +700,7 @@ MagickExport unsigned char *DetachBlob(BlobInfo *blob_info) if (blob_info->mapped != MagickFalse) { (void) UnmapBlob(blob_info->data,blob_info->length); + blob_info->data=NULL; RelinquishMagickResource(MapResource,blob_info->length); } blob_info->mapped=MagickFalse;
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