Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Python2:x86_64
SUSE:SLE-12:Update
poppler-qt.30207
poppler-CVE-2019-7310.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-CVE-2019-7310.patch of Package poppler-qt.30207
Index: poppler-0.24.4/poppler/XRef.cc =================================================================== --- poppler-0.24.4.orig/poppler/XRef.cc +++ poppler-0.24.4/poppler/XRef.cc @@ -1625,6 +1625,11 @@ DummyXRefEntry dummyXRefEntry; XRefEntry *XRef::getEntry(int i, GBool complainIfMissing) { + if (unlikely(i < 0)) { + error(errInternal, -1, "Request for invalid XRef entry [{0:d}]", i); + return &dummyXRefEntry; + } + if (entries[i].type == xrefEntryNone) { if ((!xRefStream) && mainXRefEntriesOffset) {
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