pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/38704?usp=email )
Change subject: coverity CID#358069 ......................................................................
coverity CID#358069
Change-Id: Ib2ed76c1bdae96457f61c2e015846566f100b8d6 (cherry picked from commit 1eb2a759ad3368e595a0ad91c431609d9c25c73a) --- M src/osmo-hnbgw/hnbgw_hnbap.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved pespin: Verified fixeria: 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);