openbsc.git branch master updated. 0.15.0-627-g04db87a89

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 Jan 15 18:11:08 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  04db87a89fca233008be1f4263cfa37af3f245a6 (commit)
      from  3d07aef8006e3953edfee6f4e74b810ee3dc16f4 (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=04db87a89fca233008be1f4263cfa37af3f245a6

commit 04db87a89fca233008be1f4263cfa37af3f245a6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Jan 13 03:36:57 2017 +0100

    gprs subscr: fix: intended strcmp(), but is strcpy()
    
    The code checked 'if (strcpy(..) != 0)' which is always true and thus always
    copied twice -- luckily we want to copy anyway and so this is not an actual
    functional failure.
    
    We could correct to strcmp, but instead of iterating to compare, we might as
    well copy right away.
    
    Change-Id: I0ea035bd478f7022ed65e9e84d8aaf5e423309b7

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

Summary of changes:
 openbsc/src/gprs/gprs_subscriber.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list