Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
exiv2
CVE-2019-17402.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2019-17402.patch of Package exiv2
Index: exiv2-0.26/src/crwimage.cpp =================================================================== --- exiv2-0.26.orig/src/crwimage.cpp +++ exiv2-0.26/src/crwimage.cpp @@ -442,6 +442,9 @@ namespace Exiv2 { #ifdef DEBUG std::cout << "Reading directory 0x" << std::hex << tag() << "\n"; #endif + if (this->offset() + this->size() > size) + throw Error(kerOffsetOutOfRange); + readDirectory(pData + offset(), this->size(), byteOrder); #ifdef DEBUG std::cout << "<---- 0x" << std::hex << tag() << "\n";
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