neels has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/99/37999/1
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);