Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
openexr.20698
openexr-CVE-2020-16589.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openexr-CVE-2020-16589.patch of Package openexr.20698
Index: openexr-2.1.0/IlmImf/ImfTiledInputFile.cpp =================================================================== --- openexr-2.1.0.orig/IlmImf/ImfTiledInputFile.cpp 2020-12-16 11:11:26.788617240 +0100 +++ openexr-2.1.0/IlmImf/ImfTiledInputFile.cpp 2020-12-16 11:11:26.816617412 +0100 @@ -1345,6 +1345,13 @@ TiledInputFile::rawTileData (int &dx, in throw IEX_NAMESPACE::ArgExc ("rawTileData read the wrong tile"); } } + else + { + if(!isValidTile (dx, dy, lx, ly) ) + { + throw IEX_NAMESPACE::IoExc ("rawTileData read an invalid tile"); + } + } pixelData = tileBuffer->buffer; } catch (IEX_NAMESPACE::BaseExc &e)
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