[MERGED] osmo-msc[master]: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded

2018-03-10 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded .. fix: clear vlr_subscr->msc_conn_ref when the conn is discarded Before this, it was for

osmo-msc[master]: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded

2018-03-10 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7176 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia4105d9f135ba3216ad3c86157be7658b1d568fb Gerrit-PatchSet: 3 Gerrit-Project: osmo-msc Gerrit-Branch: master

[PATCH] osmo-msc[master]: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded

2018-03-09 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7176 to look at the new patch set (#3). fix: clear vlr_subscr->msc_conn_ref when the conn is discarded Before this, it was for example possible to crash the MSC by the vty 'show subscriber'

[PATCH] osmo-msc[master]: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded

2018-03-09 Thread Neels Hofmeyr
fix: clear vlr_subscr->msc_conn_ref when the conn is discarded Before this, it was for example possible to crash the MSC by the vty 'show subscriber' command, which would dereference a potentially stale vsub->msc_conn_ref pointer. Related: OS#3050 Change-Id:

[PATCH] osmo-msc[master]: fix: clear vlr_subscr->msc_conn_ref when the conn is discarded

2018-03-09 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7176 fix: clear vlr_subscr->msc_conn_ref when the conn is discarded Change-Id: Ia4105d9f135ba3216ad3c86157be7658b1d568fb --- M src/libmsc/osmo_msc.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-msc