osmo-bts.git branch master updated. 0.4.0-358-g962b33e

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 Jan 10 14:15:11 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  962b33ea9d9640bcd0ed0f18c278cc55207d0f46 (commit)
      from  563b744b3801bede7b03e48e09edbd9c328862ab (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/osmo-bts/commit/?id=962b33ea9d9640bcd0ed0f18c278cc55207d0f46

commit 962b33ea9d9640bcd0ed0f18c278cc55207d0f46
Author: Philipp <pmaier at sysmocom.de>
Date:   Mon Jan 9 12:30:40 2017 +0100

    OML: fix possible segfault: add NULL check in oml_ipa_set_attr()
    
    oml_ipa_set_attr() is using gsm_objclass2mo() to determine the
    *mo object. However, it is possible that gsm_objclass2mo() returns a
    null-pointer. The code following up is using *mo without checking.
    Reject instead of dereferencing a NULL *mo.
    
    Fixes: coverity scan CID#159533
    Change-Id: Ia2cc9bc504c46ca3843c43d712cd8649bfae9526

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

Summary of changes:
 src/common/oml.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list