libosmo-abis.git branch master updated. 0.3.2-46-gb0a4235

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
Sat Nov 26 09:08:53 UTC 2016


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 "Osmocom A-bis protcol interface library".

The branch, master has been updated
       via  b0a4235805a690ddad47d890e183b29c03322515 (commit)
       via  519217f0eafee4fe71c49e5310c6f26621f0a6e1 (commit)
       via  14dd30a13e27afcbdc7cce7203d07b50de48fa53 (commit)
       via  34260c892390c6831a0a5fb906bc3bffcfd08896 (commit)
       via  ae3a993bd637b3994db0183abe8cfc6eeb796d51 (commit)
      from  35daa67763b53790edecd8329d4012b9b1ed436f (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/libosmo-abis/commit/?id=b0a4235805a690ddad47d890e183b29c03322515

commit b0a4235805a690ddad47d890e183b29c03322515
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Nov 26 09:44:33 2016 +0100

    don't pass negative error to strerror()
    
    Change-Id: I48c25c78148d1fe9ce4e4a88cdfe5cf74dc95b17
    Fixes: Coverity CID 57858

http://cgit.osmocom.org/libosmo-abis/commit/?id=519217f0eafee4fe71c49e5310c6f26621f0a6e1

commit 519217f0eafee4fe71c49e5310c6f26621f0a6e1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Nov 26 09:43:46 2016 +0100

    call strerror() not on negative value
    
    Change-Id: I0ba1eab49f93d9b34d162682f2528d106b56d6d6
    Fixes: Coverity CID 57857

http://cgit.osmocom.org/libosmo-abis/commit/?id=14dd30a13e27afcbdc7cce7203d07b50de48fa53

commit 14dd30a13e27afcbdc7cce7203d07b50de48fa53
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Nov 26 09:37:09 2016 +0100

    fix signed/unsigned bug in ipa_client_conn_open()
    
    If osmo_sock_init() would ever return a negative FD together with
    errno == EINPROGRESS, we would have attempted to register that negative
    FD with the select() main loop handling, whihc of course doesn't work.
    
    EINPROGRESS for a non-blocking connecting socket is handled inside
    osmo_sock_init() and would result in it returning a positive FD, so the
    above case is of theoretical significance only.
    
    Change-Id: Id01eb0d48eea6cab1fbc720c52361101b8ea4e35
    Fixes: Coverity CID 57856

http://cgit.osmocom.org/libosmo-abis/commit/?id=34260c892390c6831a0a5fb906bc3bffcfd08896

commit 34260c892390c6831a0a5fb906bc3bffcfd08896
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Nov 26 09:27:04 2016 +0100

    osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register()
    
    Change-Id: I4969e0a9e7109d426066e6c2b80ed44c396b65b5
    Fixes: Coverity CID 57631

http://cgit.osmocom.org/libosmo-abis/commit/?id=ae3a993bd637b3994db0183abe8cfc6eeb796d51

commit ae3a993bd637b3994db0183abe8cfc6eeb796d51
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Nov 26 09:25:23 2016 +0100

    input/ipaccess.c: Check return value of osmo_fd_register()
    
    Change-Id: I81659e0533ceb5d43292d97a63300b500044add7
    Fixes: Coverity CID 57630

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

Summary of changes:
 src/input/ipa.c      |  6 ++----
 src/input/ipaccess.c |  7 ++++++-
 src/input/misdn.c    |  2 +-
 src/input/rs232.c    |  2 +-
 src/trau/osmo_ortp.c | 13 +++++++++++--
 5 files changed, 21 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Osmocom A-bis protcol interface library



More information about the osmocom-commitlog mailing list