Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ImageMagick.30355
ImageMagick-CVE-2017-13139.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-13139.patch of Package ImageMagick.30355
Index: ImageMagick-6.8.8-1/coders/png.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/png.c 2017-10-23 13:57:37.777361711 +0200 +++ ImageMagick-6.8.8-1/coders/png.c 2017-10-23 13:57:37.797362058 +0200 @@ -5701,6 +5701,8 @@ static Image *ReadOneMNGImage(MngInfo* m for (i=(int) first_object; i <= (int) last_object; i++) { + if ((i < 0) || (i >= MNG_MAX_OBJECTS)) + continue; if (mng_info->exists[i] && !mng_info->frozen[i]) { MngBox @@ -5772,6 +5774,8 @@ static Image *ReadOneMNGImage(MngInfo* m last_object=(p[2] << 8) | p[3]; for (i=(ssize_t) first_object; i <= (ssize_t) last_object; i++) { + if ((i < 0) || (i >= MNG_MAX_OBJECTS)) + continue; if (mng_info->exists[i] && !mng_info->frozen[i]) { MngPair
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