Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
poppler.31330
CVE-2018-20650.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2018-20650.patch of Package poppler.31330
From de0c0b8324e776f0b851485e0fc9622fc35695b7 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid <aacid@kde.org> Date: Sat, 29 Dec 2018 01:25:17 +0100 Subject: [PATCH] FileSpec: Move the fileSpec.dictLookup call inside fileSpec.isDict if Fixes #704 --- poppler/FileSpec.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/poppler/FileSpec.cc b/poppler/FileSpec.cc index 8a8b9e7e..7c12da63 100644 --- a/poppler/FileSpec.cc +++ b/poppler/FileSpec.cc @@ -133,11 +133,12 @@ FileSpec::FileSpec(const Object *fileSpecA) return; } } - } - obj1 = fileSpec.dictLookup("Desc"); - if (obj1.isString()) - desc = obj1.getString()->copy(); + obj1 = fileSpec.dictLookup("Desc"); + if (obj1.isString()) { + desc = obj1.getString()->copy(); + } + } } FileSpec::~FileSpec() -- 2.18.1
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