From fa9abaca261ffd11fa86fa4ff109df719b37c5ff Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 28 Dec 2016 18:56:19 +0100 Subject: fix 'osmo-nitb --version' segfault Call vty_init() before handle_options() to make sure the host.app_info is populated before --version potentially tries to print it. The segfault was introduced by 2c05f75bbf3d9a69eee1fe78eb5552acf1d7671d in a recent MSC-split merge. Change-Id: Ice91256d72b9eabd52709352ba6cc6a42af2921b --- openbsc/src/osmo-nitb/bsc_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-nitb/bsc_hack.c') diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c index 992d4c855..bbcdd1be9 100644 --- a/openbsc/src/osmo-nitb/bsc_hack.c +++ b/openbsc/src/osmo-nitb/bsc_hack.c @@ -269,6 +269,7 @@ int main(int argc, char **argv) osmo_init_logging(&log_info); osmo_stats_init(tall_bsc_ctx); bts_init(); + vty_init(&vty_info); /* Parse options */ handle_options(argc, argv); @@ -282,7 +283,6 @@ int main(int argc, char **argv) } /* Initialize VTY */ - vty_init(&vty_info); bsc_vty_init(&log_info, bsc_gsmnet); ctrl_vty_init(tall_bsc_ctx); -- cgit v1.2.3