openbsc.git branch master updated. 0.15.0-869-gb13196dea

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
Wed Aug 16 21:51:22 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  b13196dea30aa8bd4c530373632285716375e32d (commit)
      from  5e297458845b848abf2f31dfe5d462cb2288d97f (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=b13196dea30aa8bd4c530373632285716375e32d

commit b13196dea30aa8bd4c530373632285716375e32d
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Aug 14 21:18:41 2017 +0200

    smpp: Fix compilation warning
    
    I already stumbled into 2 compilation environments which had Werror
    enabled for -Wmaybe-uninitialized and the build failed, so let's
    workaround this warning.
    
    | smpp_openbsc.c: In function 'handle_smpp_submit':
    | smpp_openbsc.c:216:9: error: 'sms_msg_len' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    |    memcpy(sms->user_data, sms_msg, sms_msg_len);
    |          ^
    | smpp_openbsc.c:100:15: note: 'sms_msg_len' was declared here
    |   unsigned int sms_msg_len;
    |                ^
    | cc1: some warnings being treated as errors
    
    Change-Id: I0901ddadb5f72e1585cb1797ac22c8ab95e83146

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

Summary of changes:
 openbsc/src/libmsc/smpp_openbsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list