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 60e073e28d5e52f8eb4feaa422abc71b8b9f831b (commit) via 019851a5238e95dd1a089d19d966973b5a61f568 (commit) from 56e1766dba1a03e304e51d079e65406542e7887c (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=60e073e28d5e52f8eb4feaa422abc71b8...
commit 60e073e28d5e52f8eb4feaa422abc71b8b9f831b Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Sun Feb 8 09:25:38 2015 +0100
nat: getopt returns "static" data no need to copy it
I used strdup in case the data would not be valid from after the call to getopt and this creates a potential leak if a user is specifying multiple configuration files. If I depend on the fact that the string is a pointer into the argv[] array I can kill the strdup and fix the unlikely leak.
Fixes: Coverity CID 1206578
http://cgit.osmocom.org/openbsc/commit/?id=019851a5238e95dd1a089d19d966973b5...
commit 019851a5238e95dd1a089d19d966973b5a61f568 Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Sun Feb 8 09:21:04 2015 +0100
smpp: Do not check conn for being null
We are deferencing conn earlier in this function without doing a null check. At the time deliver_to_esme is called the conn will always exist and even the lchan is likely to be present. Remove the null check for conn right now.
Fixes: Coverity CID 1210594
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libmsc/smpp_openbsc.c | 2 +- openbsc/src/osmo-bsc_nat/bsc_nat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive