libosmocore.git branch master updated. 0.8.0-44-gc1cb75e

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
Fri Jun 19 18:54:54 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  c1cb75eff5b060da9e6d43521e4913a8bf4e74fc (commit)
       via  2c58197e5d717c5eb24e2b8cecac43c2afdff22a (commit)
      from  7f31c90b80c08fbfe2d84d70d397402fdb38b94c (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/libosmocore/commit/?id=c1cb75eff5b060da9e6d43521e4913a8bf4e74fc

commit c1cb75eff5b060da9e6d43521e4913a8bf4e74fc
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Jun 18 13:21:30 2015 +0200

    bssgp: Fix IMSI buffer size (Coverity)
    
    Currently the size of the IMSI pointer is used instead of the size of
    the talloc'ed buffer.
    
    This commit changes the call to gsm48_mi_to_string to use the same
    value that has been used with talloc_zero_size(). The length is
    changed to 17 since that value is used for GSM_IMSI_LENGTH in
    openbsc.
    
    Fixes: Coverity CID 1040663
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=2c58197e5d717c5eb24e2b8cecac43c2afdff22a

commit 2c58197e5d717c5eb24e2b8cecac43c2afdff22a
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Jun 18 11:51:34 2015 +0200

    bssgp/test: Add missing START/END printfs
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/gb/gprs_bssgp_bss.c     | 6 ++++--
 tests/gb/gprs_bssgp_test.c  | 7 ++++++-
 tests/gb/gprs_bssgp_test.ok | 2 ++
 3 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list