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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated via 792573dc9747b256e143183cb555b9ef4ca697ef (commit) from ec11a85929afffd46b0c3daf8979c90e992fb727 (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/osmo-bts/commit/?id=792573dc9747b256e143183cb555b9ef...
commit 792573dc9747b256e143183cb555b9ef4ca697ef Author: Philipp pmaier@sysmocom.de Date: Mon Jan 9 12:10:04 2017 +0100
RSL: drop obsolete NULL check
rsl_rx_paging_cmd() checks if the pointer *trx is NULL, this check does not make much sense since *trx has already been dereferenced without checking earlier in the code. Furthermore *trx is also a mandatory parameter which must not be NULL.
Fixes: coverity scan CID#159534 Change-Id: I17dfb42ff404b2a1e18354fb7a7278089b407a79
-----------------------------------------------------------------------
Summary of changes: src/common/rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org