Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
exiv2
CVE-2017-9239.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2017-9239.patch of Package exiv2
Index: exiv2-0.23/src/tiffcomposite.cpp =================================================================== --- exiv2-0.23.orig/src/tiffcomposite.cpp +++ exiv2-0.23/src/tiffcomposite.cpp @@ -1612,6 +1612,8 @@ namespace Exiv2 { uint32_t TiffImageEntry::doWriteImage(IoWrapper& ioWrapper, ByteOrder /*byteOrder*/) const { + if ( !pValue() ) throw Error(21); // #1296 + uint32_t len = pValue()->sizeDataArea(); if (len > 0) { #ifdef DEBUG
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