Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
openexr.18965
openexr-CVE-2020-16589.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openexr-CVE-2020-16589.patch of Package openexr.18965
Index: openexr-2.2.1/IlmImf/ImfTiledInputFile.cpp =================================================================== --- openexr-2.2.1.orig/IlmImf/ImfTiledInputFile.cpp 2020-12-16 11:11:18.584567006 +0100 +++ openexr-2.2.1/IlmImf/ImfTiledInputFile.cpp 2020-12-16 11:11:18.612567177 +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