Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
poppler.34490
poppler-CVE-2019-16115.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-CVE-2019-16115.patch of Package poppler.34490
Index: poppler-0.79.0/poppler/GfxState.cc =================================================================== --- poppler-0.79.0.orig/poppler/GfxState.cc +++ poppler-0.79.0/poppler/GfxState.cc @@ -3979,6 +3979,7 @@ void GfxUnivariateShading::setupCache(co cacheBounds = (double *)gmallocn_checkoverflow(maxSize, sizeof(double) * (nComps + 2)); if (unlikely(!cacheBounds)) return; + memset(cacheBounds, 0, maxSize * sizeof(double) * (nComps + 2)); cacheCoeff = cacheBounds + maxSize; cacheValues = cacheCoeff + maxSize;
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