Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Manager-Tools:aarch64
SUSE:SLE-12-SP1:GA
ImageMagick.9832
ImageMagick-CVE-2018-16412,16413.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2018-16412,16413.patch of Package ImageMagick.9832
Index: ImageMagick-6.8.8-1/coders/psd.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/psd.c 2018-09-05 13:36:29.553794752 +0200 +++ ImageMagick-6.8.8-1/coders/psd.c 2018-09-05 13:37:24.282162749 +0200 @@ -778,7 +778,7 @@ static void ParseImageResourceBlocks(Ima if (p > (blocks+length-4)) return; p=PushLongPixel(MSBEndian,p,&count); - if ((p+count) > (blocks+length)) + if (((p+count) < blocks) || ((p+count) > (blocks+length))) return; 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