Change in osmo-bsc[master]: handover_start_inter_bsc_in(): Uninitialized variable

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Oct 21 12:11:54 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11398 )

Change subject: handover_start_inter_bsc_in(): Uninitialized variable
......................................................................

handover_start_inter_bsc_in(): Uninitialized variable

This only afffects a log statement, so not really an issue.

Change-Id: I8e5b164194855f78a266c1a4441730cc6c378d11
Fixes: Coverity CID#188829
---
M src/osmo-bsc/handover_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo-bsc/handover_fsm.c b/src/osmo-bsc/handover_fsm.c
index 4286084..68230e1 100644
--- a/src/osmo-bsc/handover_fsm.c
+++ b/src/osmo-bsc/handover_fsm.c
@@ -522,7 +522,7 @@
 	struct handover_in_req *req = &ho->inter_bsc_in;
 	int match_idx;
 	enum gsm48_chan_mode mode;
-	bool full_rate;
+	bool full_rate = false;
 	uint16_t s15_s0;
 	struct osmo_fsm_inst *fi;
 

-- 
To view, visit https://gerrit.osmocom.org/11398
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8e5b164194855f78a266c1a4441730cc6c378d11
Gerrit-Change-Number: 11398
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Assignee: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-CC: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181021/6abc5bf8/attachment.htm>


More information about the gerrit-log mailing list