- **status**: fixed --> assigned
- **Comment**:

The following fix is not allowing admin command to proceed on SG:
+               adminOp(SA_AMF_ADMIN_UNLOCK),

Because of the below check:

        if ((sg->adminOp_invocationId  != 0) || (sg->adminOp != 0))  {
                report_admin_op_error(immOiHandle, invocation, 
SA_AIS_ERR_TRY_AGAIN, NULL,
                                "Admin operation is going on (%s)", 
sg->name.value);
                goto done;
        }




---

** [tickets:#1047] AMF: few new coverity issues detected**

**Status:** assigned
**Milestone:** 4.5.0
**Created:** Fri Sep 05, 2014 12:23 PM UTC by Hans Feldt
**Last Updated:** Thu Sep 11, 2014 09:34 AM UTC
**Owner:** hano

SU and SG constructor:

  66AVD_SU::AVD_SU() {
  67        initialize();
CID 18397: Uninitialized scalar field (UNINIT_CTOR)Non-static class member 
""saAmfSUAdminState"" is not initialized in this constructor nor in any 
functions that it calls.
Non-static class member ""su_act_state"" is not initialized in this constructor 
nor in any functions that it calls.
Non-static class member field "saAmfSUHostNodeOrNodeGroup.length" is not 
initialized in this constructor nor in any functions that it calls.
Non-static class member field "saAmfSUHostNodeOrNodeGroup.value" is not 
initialized in this constructor nor in any functions that it calls.
  68}


     su_oper_list.next = NULL;
 135        adminOp_invocationId = 0;
CID 18395: Uninitialized scalar field (UNINIT_CTOR)Non-static class member 
""adminOp"" is not initialized in this constructor nor in any functions that it 
calls.
Non-static class member ""sg_redundancy_model"" is not initialized in this 
constructor nor in any functions that it calls.
 136}
 137



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to