Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
poppler.34111
poppler-CVE-2019-9545.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-CVE-2019-9545.patch of Package poppler.34111
Index: poppler-0.24.4/poppler/JBIG2Stream.cc =================================================================== --- poppler-0.24.4.orig/poppler/JBIG2Stream.cc +++ poppler-0.24.4/poppler/JBIG2Stream.cc @@ -1859,6 +1859,10 @@ GBool JBIG2Stream::readSymbolDictSeg(Gui 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