Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
sblim-sfcb
0006-Don-t-crash-if-class-repo-is-not-initializ...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-Don-t-crash-if-class-repo-is-not-initialized.patch of Package sblim-sfcb
From 636358faaf5e4fe24f69c0fcad20d37f9d164cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de> Date: Thu, 8 Aug 2013 12:25:35 +0200 Subject: [PATCH 06/29] Don't crash if class repo is not initialized --- classProviderSf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classProviderSf.c b/classProviderSf.c index 9b0de415eb0f..e1b83a063b3b 100644 --- a/classProviderSf.c +++ b/classProviderSf.c @@ -723,7 +723,7 @@ getResolvedClass(ClassRegister * cr, const char *clsName, _SFCB_TRACE(1, ("--- classname %s cReg %p", clsName, cr)); /* if standard repo, skip straight to normal gc */ - if (cr->vr->options != ClTypeClassReducedRep) { + if (cr->vr && cr->vr->options != ClTypeClassReducedRep) { return getClass(cr, clsName, rctl); } -- 2.23.0
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