neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37997?usp=email )
Change subject: coverity CID#358072
......................................................................
coverity CID#358072
Change-Id: I90b0c73530fa3ba8b0bf74728d5b215957ef7184
---
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/97/37997/1
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index ddf40c9..9ed1e46 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -579,7 +579,7 @@
static int hnbgw_rx_ue_register_req(struct hnb_context *ctx, ANY_t *in)
{
HNBAP_UERegisterRequestIEs_t ies;
- HNBAP_Cause_t cause;
+ HNBAP_Cause_t cause = {};
char imsi[GSM23003_IMSI_MAX_DIGITS+1];
int rc;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37997?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: I90b0c73530fa3ba8b0bf74728d5b215957ef7184
Gerrit-Change-Number: 37997
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>