pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/38703?usp=email )
Change subject: coverity CID#358070 ......................................................................
coverity CID#358070
Change-Id: I742e95fa97f41ca4efe77055c5f29f73e48826d6 (cherry picked from commit 280f9e6ca92b4fd2a7c6076f27b17e5f9e4c6d8e) --- 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 laforge: Looks good to me, approved pespin: Verified
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c index 9ed1e46..1cc79f6 100644 --- a/src/osmo-hnbgw/hnbgw_hnbap.c +++ b/src/osmo-hnbgw/hnbgw_hnbap.c @@ -475,7 +475,7 @@ char identity_str[256]; const char *cell_id_str; struct timespec tp; - HNBAP_Cause_t cause; + HNBAP_Cause_t cause = {}; struct osmo_sockaddr cur_osa = {}; socklen_t len = sizeof(cur_osa);