pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/38704?usp=email )
Change subject: coverity CID#358069
......................................................................
coverity CID#358069
Change-Id: Ib2ed76c1bdae96457f61c2e015846566f100b8d6
(cherry picked from commit 1eb2a759ad3368e595a0ad91c431609d9c25c73a)
---
M src/osmo-hnbgw/hnbgw_hnbap.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
pespin: Verified
fixeria: Looks good to me, but someone else must approve
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index 1cc79f6..e373600 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -446,7 +446,7 @@
static int hnbgw_rx_hnb_deregister(struct hnb_context *ctx, ANY_t *in)
{
HNBAP_HNBDe_RegisterIEs_t ies;
- HNBAP_Cause_t cause;
+ HNBAP_Cause_t cause = {};
int rc;
rc = hnbap_decode_hnbde_registeries(&ies, in);
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/38704?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: Ib2ed76c1bdae96457f61c2e015846566f100b8d6
Gerrit-Change-Number: 38704
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>