Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
ImageMagick
ImageMagick-CVE-2018-16412,16413.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-16412,16413.patch of Package ImageMagick
diff --git a/coders/psd.c b/coders/psd.c index 444e8e179..f63120f6b 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -750,7 +750,7 @@ static StringInfo *ParseImageResourceBlocks(Image *image, if (p > (blocks+length-4)) break; p=PushLongPixel(MSBEndian,p,&count); - if ((p+count) > (blocks+length)) + if (((p+count) < blocks) || ((p+count) > (blocks+length))) break; switch (id) {
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