Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
pacemaker.15719
jsc#ECO-1611-0016-Fix-controller-avoid-possible...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jsc#ECO-1611-0016-Fix-controller-avoid-possible-use-of-NULL-on-logging.patch of Package pacemaker.15719
From 4fc564b44919a8967d8c6cb0842f5a9699af607b Mon Sep 17 00:00:00 2001 From: "Gao,Yan" <ygao@suse.com> Date: Tue, 28 Apr 2020 21:01:48 +0200 Subject: [PATCH 16/17] Fix: controller: avoid possible use-of-NULL on logging fencing message --- crmd/te_actions.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Index: pacemaker-1.1.18+20180430.b12c320f5/crmd/te_actions.c =================================================================== --- pacemaker-1.1.18+20180430.b12c320f5.orig/crmd/te_actions.c +++ pacemaker-1.1.18+20180430.b12c320f5/crmd/te_actions.c @@ -175,8 +175,10 @@ te_fence_node(crm_graph_t * graph, crm_a priority_delay = crm_meta_value(action->params, XML_CONFIG_ATTR_PRIORITY_FENCING_DELAY); crm_notice("Requesting fencing (%s) of node %s " - CRM_XS " action=%s timeout=%u priority_delay=%s", - type, target, id, transition_graph->stonith_timeout, priority_delay); + CRM_XS " action=%s timeout=%u%s%s", + type, target, id, transition_graph->stonith_timeout, + priority_delay ? " priority_delay=" : "", + priority_delay ? priority_delay : ""); /* Passing NULL means block until we can connect... */ te_connect_stonith(NULL);
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