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 <lafo...@gnumonks.org>
Gerrit-Assignee: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-CC: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to