laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37999?usp=email )

Change subject: coverity CID#358069
......................................................................

coverity CID#358069

Change-Id: Ib2ed76c1bdae96457f61c2e015846566f100b8d6
---
M src/osmo-hnbgw/hnbgw_hnbap.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  neels: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index 1cc79f6..e373600 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -446,7 +446,7 @@
 static int hnbgw_rx_hnb_deregister(struct hnb_context *ctx, ANY_t *in)
 {
        HNBAP_HNBDe_RegisterIEs_t ies;
-       HNBAP_Cause_t cause;
+       HNBAP_Cause_t cause = {};
        int rc;

        rc = hnbap_decode_hnbde_registeries(&ies, in);

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/37999?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ib2ed76c1bdae96457f61c2e015846566f100b8d6
Gerrit-Change-Number: 37999
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to