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 756fb30c8abeb14bcde6b6bf8dfc50554f0838bd (commit)
via a6ba6a370b130942441a33545e46e992286549f2 (commit)
from 5275c152e597e7c8e1d80ea38103892af27d0879 (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=756fb30c8abeb14bcde6b6bf8dfc5055…
commit 756fb30c8abeb14bcde6b6bf8dfc50554f0838bd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 10 03:26:34 2016 +0200
gsm_trx_name(): don't break if trx is NULL
Just as a general precaution deemed to fit such a convenience function that
lives in libcommon, no actual failure observed.
Change-Id: I8e77fe1abc402469fd037e2fde2f46e2c8114f59
http://cgit.osmocom.org/openbsc/commit/?id=a6ba6a370b130942441a33545e46e992…
commit a6ba6a370b130942441a33545e46e992286549f2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 10 03:24:05 2016 +0200
abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULL
Found this by coincidence, no actual failure case was observed.
lchan_lookup() does have a return NULL code path, so we should not blindly use
its returned pointer.
Change-Id: I34ce126d36420b8194c88c0faa865294334a6658
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 2 ++
openbsc/src/libcommon/gsm_data_shared.c | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)