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-12673.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-12673.patch of Package ImageMagick.9832
--- a/coders/png.c +++ b/coders/png.c @@ -5252,7 +5252,11 @@ static Image *ReadOneMNGImage(MngInfo* mng_info, const ImageInfo *image_info, mng_info->dhdr_warning++; } if (memcmp(type,mng_MEND,4) == 0) - break; + { + if (length != 0) + chunk=(unsigned char *) RelinquishMagickMemory(chunk); + break; + } if (skip_to_iend) {
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