neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37998?usp=email )
Change subject: coverity CID#358070
......................................................................
coverity CID#358070
Change-Id: I742e95fa97f41ca4efe77055c5f29f73e48826d6
---
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/98/37998/1
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);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37998?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I742e95fa97f41ca4efe77055c5f29f73e48826d6
Gerrit-Change-Number: 37998
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>