neels has uploaded this change for review.

View Change

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 change 37998. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>