Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.18190
ImageMagick-CVE-2017-11449.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-11449.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/mpc.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/mpc.c 2018-01-03 10:47:59.443438243 +0100 +++ ImageMagick-6.8.8-1/coders/mpc.c 2018-01-03 10:48:34.124041790 +0100 @@ -1001,6 +1001,7 @@ ModuleExport size_t RegisterMPCImage(voi entry=SetMagickInfo("CACHE"); entry->description=ConstantString("Magick Persistent Cache image format"); entry->module=ConstantString("CACHE"); + entry->seekable_stream=MagickTrue; entry->stealth=MagickTrue; (void) RegisterMagickInfo(entry); entry=SetMagickInfo("MPC"); @@ -1009,6 +1010,7 @@ ModuleExport size_t RegisterMPCImage(voi entry->magick=(IsImageFormatHandler *) IsMPC; entry->description=ConstantString("Magick Persistent Cache image format"); entry->module=ConstantString("MPC"); + entry->seekable_stream=MagickTrue; (void) RegisterMagickInfo(entry); return(MagickImageCoderSignature); }
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