Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP2:Update
poppler.31252
poppler-CVE-2019-9545.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-CVE-2019-9545.patch of Package poppler.31252
Index: poppler-0.79.0/poppler/JBIG2Stream.cc =================================================================== --- poppler-0.79.0.orig/poppler/JBIG2Stream.cc +++ poppler-0.79.0/poppler/JBIG2Stream.cc @@ -1880,6 +1880,10 @@ bool JBIG2Stream::readSymbolDictSeg(unsi huffTableF, huffTableH, huffTableK, huffTableO, huffTableO, huffTableO, huffTableO, huffTableA, sdrTemplate, sdrATX, sdrATY); + if (unlikely(!bitmaps[numInputSyms + i])) { + error(errSyntaxError, curStr->getPos(), "NULL bitmap in readTextRegion"); + goto syntaxError; + } } // non-ref/agg coding
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