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-17914.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-17914.patch of Package ImageMagick.9832
Index: ImageMagick-6.8.8-1/coders/png.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/png.c 2018-01-14 21:25:08.288848498 +0100 +++ ImageMagick-6.8.8-1/coders/png.c 2018-01-14 22:16:58.976278691 +0100 @@ -2347,10 +2347,9 @@ static Image *ReadOnePNGImage(MngInfo *m if (image != (Image *) NULL) { InheritException(exception,&image->exception); - image->columns=0; + image=DestroyImage(image); } - - return(GetFirstImageInList(image)); + return (image); } /* { For navigation to end of SETJMP-protected block. Within this
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