openbsc.git branch master updated. 0.13.0-929-g60e073e

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 Feb 8 08:45:18 UTC 2015


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=60e073e28d5e52f8eb4feaa422abc71b8b9f831b

commit 60e073e28d5e52f8eb4feaa422abc71b8b9f831b
Author: Holger Hans Peter Freyther <holger at 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=019851a5238e95dd1a089d19d966973b5a61f568

commit 019851a5238e95dd1a089d19d966973b5a61f568
Author: Holger Hans Peter Freyther <holger at 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
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list