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

Change subject: coverity CID#358072
......................................................................

coverity CID#358072

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

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




diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index ddf40c9..9ed1e46 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -579,7 +579,7 @@
 static int hnbgw_rx_ue_register_req(struct hnb_context *ctx, ANY_t *in)
 {
        HNBAP_UERegisterRequestIEs_t ies;
-       HNBAP_Cause_t cause;
+       HNBAP_Cause_t cause = {};
        char imsi[GSM23003_IMSI_MAX_DIGITS+1];
        int rc;


--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/37997?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: I90b0c73530fa3ba8b0bf74728d5b215957ef7184
Gerrit-Change-Number: 37997
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