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-16711.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-16711.patch of Package ImageMagick.18190
Index: ImageMagick-6.8.8-1/coders/ps2.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/ps2.c 2019-10-08 13:46:08.078356876 +0200 +++ ImageMagick-6.8.8-1/coders/ps2.c 2019-10-08 13:50:11.959562075 +0200 @@ -203,19 +203,19 @@ static MagickBooleanType Huffman2DEncode unsigned char *group4; - status=MagickTrue; - write_info=CloneImageInfo(image_info); - (void) CopyMagickString(write_info->filename,"GROUP4:",MaxTextExtent); - (void) CopyMagickString(write_info->magick,"GROUP4",MaxTextExtent); group4_image=CloneImage(inject_image,0,0,MagickTrue,&image->exception); if (group4_image == (Image *) NULL) return(MagickFalse); + write_info=CloneImageInfo(image_info); + (void) CopyMagickString(write_info->filename,"GROUP4:",MaxTextExtent); + (void) CopyMagickString(write_info->magick,"GROUP4",MaxTextExtent); group4=(unsigned char *) ImageToBlob(write_info,group4_image,&length, &image->exception); + write_info=DestroyImageInfo(write_info); group4_image=DestroyImage(group4_image); if (group4 == (unsigned char *) NULL) return(MagickFalse); - write_info=DestroyImageInfo(write_info); + status=MagickTrue; if (WriteBlob(image,length,group4) != (ssize_t) length) status=MagickFalse; group4=(unsigned char *) RelinquishMagickMemory(group4);
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