pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/38702?usp=email )
Change subject: coverity CID#358072
......................................................................
coverity CID#358072
Change-Id: I90b0c73530fa3ba8b0bf74728d5b215957ef7184
(cherry picked from commit 2fc8abeecf3f690a50f26873a779a0e2e2c8259e)
---
M src/osmo-hnbgw/hnbgw_hnbap.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
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/+/38702?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: pespin/rel-1.6.0
Gerrit-Change-Id: I90b0c73530fa3ba8b0bf74728d5b215957ef7184
Gerrit-Change-Number: 38702
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>