Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
podofo.35912
podofo-CVE-2019-10723.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File podofo-CVE-2019-10723.patch of Package podofo.35912
--- a/src/doc/PdfPagesTreeCache.cpp +++ b/src/doc/PdfPagesTreeCache.cpp @@ -42,7 +42,9 @@ PdfPagesTreeCache::PdfPagesTreeCache( int nInitialSize ) { - m_deqPageObjs.resize( nInitialSize ); + if (nInitialSize > 0 && nInitialSize < (1L << 20)) { + m_deqPageObjs.resize( nInitialSize ); + } } PdfPagesTreeCache::~PdfPagesTreeCache()
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