osmo-bts.git branch master updated. 0.6.0-5-gcb9f608

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
Fri Sep 8 12:58:03 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  cb9f608094ea31b851b376504c585432340af888 (commit)
      from  9e36dca82aa139f10e25ca037cf4a7cc03eafea0 (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=cb9f608094ea31b851b376504c585432340af888

commit cb9f608094ea31b851b376504c585432340af888
Author: Max <msuraev at sysmocom.de>
Date:   Wed Sep 6 15:28:31 2017 +0200

    Check readv() return value to prevent crash
    
    Previously result of readv() was used unconditionally so when it failed
    and returned negative value it was treated like very large positive
    which lead to memory corruption. Fix this and add proper error log.
    
    Change-Id: I956c8d551f45c9dd43b5e9de11dfe20dd8783647
    Related: SYS#3865

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

Summary of changes:
 src/osmo-bts-litecell15/l1_transp_hw.c | 10 ++++++++--
 src/osmo-bts-sysmo/l1_transp_hw.c      | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)


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



More information about the osmocom-commitlog mailing list