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=7184bd088e11cfe6b907af2fcce48369f...
commit 7184bd088e11cfe6b907af2fcce48369fd2f21f1 Author: Harald Welte laforge@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@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
osmocom-commitlog@lists.osmocom.org