openbsc.git branch master updated. 0.15.0-633-g93bafb611

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
Mon Jan 23 11:59:19 UTC 2017


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  93bafb611a58293e0353320a14db298133c9d99a (commit)
       via  59504dc80fe8c0d9a18994d82586a550c7efa341 (commit)
      from  f5e74b5988cb6fb34a71188e70adc7b6c7fea28b (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=93bafb611a58293e0353320a14db298133c9d99a

commit 93bafb611a58293e0353320a14db298133c9d99a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Jan 13 03:12:08 2017 +0100

    cosmetic: use osmo_strlcpy() everywhere
    
    Shorten some code and make obvious to the reader that the string copy is done
    in a safe way.
    
    Change-Id: I900726cf06d34128db22a3d3d911ee0d1423b1bd

http://cgit.osmocom.org/openbsc/commit/?id=59504dc80fe8c0d9a18994d82586a550c7efa341

commit 59504dc80fe8c0d9a18994d82586a550c7efa341
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Jan 13 03:10:54 2017 +0100

    fix strncpy() invocation in vty_interface_layer3.c and 3 tests
    
    Use osmo_strlcpy() to fix unsafe invocation of strncpy(), which potentially
    left the result unterminated.
    
    Change-Id: I1a119b1760a3e3262538b4b012d476fdce505482

-----------------------------------------------------------------------

Summary of changes:
 openbsc/src/gprs/gprs_gmm.c                 | 16 ++++-----
 openbsc/src/gprs/gprs_subscriber.c          | 12 ++++---
 openbsc/src/gprs/gtphub.c                   |  3 +-
 openbsc/src/gprs/gtphub_ares.c              | 12 +++----
 openbsc/src/gprs/sgsn_auth.c                |  3 +-
 openbsc/src/libbsc/abis_nm.c                |  7 ++--
 openbsc/src/libbsc/bsc_rf_ctrl.c            |  3 +-
 openbsc/src/libcommon/gsm_subscriber_base.c |  3 +-
 openbsc/src/libcommon/gsup_test_client.c    | 10 +++---
 openbsc/src/libmsc/ctrl_commands.c          |  4 +--
 openbsc/src/libmsc/db.c                     | 50 +++++++++++------------------
 openbsc/src/libmsc/gsm_04_08.c              | 19 ++++++-----
 openbsc/src/libmsc/gsm_04_11.c              | 10 +++---
 openbsc/src/libmsc/meas_feed.c              | 13 +++-----
 openbsc/src/libmsc/smpp_openbsc.c           |  5 +--
 openbsc/src/libmsc/vty_interface_layer3.c   |  5 ++-
 openbsc/src/libtrau/rtp_proxy.c             |  7 ++--
 openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c  |  9 +++---
 openbsc/src/utils/meas_vis.c                |  4 +--
 openbsc/tests/gtphub/gtphub_test.c          | 24 ++++++--------
 openbsc/tests/mgcp/mgcp_test.c              |  3 +-
 openbsc/tests/sgsn/sgsn_test.c              |  9 +++---
 22 files changed, 107 insertions(+), 124 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list