openbsc.git branch master updated. 0.15.0-270-g7184bd0

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/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sun May 22 11:51:34 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  7184bd088e11cfe6b907af2fcce48369fd2f21f1 (commit)
      from  8495e03588f0b880be6f053c81b87fa4eca025d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=7184bd088e11cfe6b907af2fcce48369fd2f21f1

commit 7184bd088e11cfe6b907af2fcce48369fd2f21f1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Dec 28 14:04:36 2015 +0100

    subscr_name(): Handle case for subscr == NULL
    
    subscr_name() was called from several places:
    * either without a check for subscr being NULL, which for example
      was causing a segfault if we hand-over a channel before identifying the
      subscriber
    * or with an explicit NULL check and the ternary operator (?).
    
    We now simplify the code by checking for the NULL Subscriber in subscr_name()
    itself.
    
    Change-Id: Ide09f4a515222eb2ec6c25e7a6a8c5f6cc2ffd4b
    Reviewed-on: https://gerrit.osmocom.org/92
    Tested-by: Jenkins Builder
    Reviewed-by: Holger Freyther <holger at freyther.de>

-----------------------------------------------------------------------

Summary of changes:
 openbsc/src/libbsc/abis_rsl.c               | 2 +-
 openbsc/src/libcommon/gsm_subscriber_base.c | 3 +++
 openbsc/src/libmsc/gsm_04_08.c              | 7 ++-----
 3 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list