Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
podofo
r1672-PdfParser-ReadXRefSubsection-Do-not-write...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File r1672-PdfParser-ReadXRefSubsection-Do-not-write-out-of-m_offsets-size.patch of Package podofo
--- a/src/base/PdfParser.cpp +++ b/src/base/PdfParser.cpp @@ -785,7 +785,7 @@ const int objID = nFirstObject+count; #endif // _WIN32 - if( !m_offsets[objID].bParsed ) + if( static_cast<size_t>(objID) < m_offsets.size() && !m_offsets[objID].bParsed ) { m_offsets[objID].bParsed = true; #ifdef _WIN64
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