openbsc.git branch master updated. 0.14.0-31-g5a2484b

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
Tue Apr 28 07:43:01 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  5a2484b10e8aeec3841833b79a8973cacb37bcee (commit)
      from  cb43a9ac4489040185addd528a3143655ea349be (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=5a2484b10e8aeec3841833b79a8973cacb37bcee

commit 5a2484b10e8aeec3841833b79a8973cacb37bcee
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Apr 28 09:28:18 2015 +0200

    mgcp: Move assignment of src_codec downwards
    
    Currently the src_codec const variable is set to &src_end->codec
    before src_end is checked against NULL. Since the assigment is just
    an address operation and the memory where it points to is only
    accessed after the NULL check, this does not harm technically.
    Nevertheless this is potential source for errors if that code is
    changed.
    
    This commit moves the definition below the NULL check. This does not
    comply with the coding style, but it cannot be split into definition
    and a later assignment due to the const qualifier.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/src/libmgcp/mgcp_transcode.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list