Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
poppler
CVE-2019-9903.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2019-9903.patch of Package poppler
From fada09a2ccc11a3a1d308e810f1336d8df6011fd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid <aacid@kde.org> Date: Mon, 18 Mar 2019 00:50:00 +0100 Subject: [PATCH] pdfunite: Fix stack overflow on broken file Fixes issue #741 --- poppler/PDFDoc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: poppler-0.62.0/poppler/PDFDoc.cc =================================================================== --- poppler-0.62.0.orig/poppler/PDFDoc.cc 2021-11-23 12:37:56.558792979 +0100 +++ poppler-0.62.0/poppler/PDFDoc.cc 2021-11-23 12:38:11.514503202 +0100 @@ -1550,7 +1550,7 @@ void PDFDoc::markObject (Object* obj, XR array = obj->getArray(); for (int i=0; i<array->getLength(); i++) { Object obj1 = array->getNF(i); - markObject(&obj1, xRef, countRef, numOffset, oldRefNum, newRefNum); + markObject(&obj1, xRef, countRef, numOffset, oldRefNum, newRefNum, alreadyMarkedDicts); } break; case objDict:
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