Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.9832
ImageMagick-CVE-2017-11524.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-11524.patch of Package ImageMagick.9832
--- a/magick/blob.c +++ b/magick/blob.c @@ -4436,11 +4436,11 @@ MagickExport ssize_t WriteBlob(Image *image,const size_t length, assert(image != (Image *) NULL); assert(image->signature == MagickSignature); - assert(data != (const unsigned char *) NULL); assert(image->blob != (BlobInfo *) NULL); assert(image->blob->type != UndefinedStream); if (length == 0) return(0); + assert(data != (const unsigned char *) NULL); count=0; p=data; switch (image->blob->type)
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