Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Package not found: openSUSE:Slowroll:Build:1/mbox-importer
SUSE:SLE-12-SP1:GA
ImageMagick.9832
ImageMagick-CVE-2014-8716.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2014-8716.patch of Package ImageMagick.9832
Index: magick/property.c =================================================================== --- magick/property.c.orig 2014-09-20 20:03:42.000000000 +0200 +++ magick/property.c 2014-11-13 12:53:26.515985542 +0100 @@ -1321,6 +1321,8 @@ The directory entry contains an offset. */ offset=(ssize_t) ((int) ReadPropertyLong(endian,q+8)); + if ((offset < 0) || (size_t) offset >= length) + continue; if ((ssize_t) (offset+number_bytes) < offset) continue; /* prevent overflow */ if ((size_t) (offset+number_bytes) > length)
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