pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/38702?usp=email )
Change subject: coverity CID#358072 ......................................................................
coverity CID#358072
Change-Id: I90b0c73530fa3ba8b0bf74728d5b215957ef7184 (cherry picked from commit 2fc8abeecf3f690a50f26873a779a0e2e2c8259e) --- M src/osmo-hnbgw/hnbgw_hnbap.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Verified fixeria: Looks good to me, but someone else must approve laforge: 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;