Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
sblim-sfcb.6700
0007-Don-t-crash-if-class-repo-is-not-initializ...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0007-Don-t-crash-if-class-repo-is-not-initialized.patch of Package sblim-sfcb.6700
From f798f3f85546206ec6ae81f9a61d7c6b393a604a 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 07/11] 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); } -- 1.8.1.4
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