libosmocore.git branch fairwaves/master-rebase updated. fairwaves/0.9.6-fw.1-2-g2ecb6a08

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
Thu Aug 10 14:56:06 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 "An utility library for Open Source Mobile Communications".

The branch, fairwaves/master-rebase has been updated
       via  2ecb6a08611321d7680d1453fff39acdbe65d527 (commit)
       via  5e1e45283bdcb2daa21a2acd21458c24c088c30e (commit)
      from  28d7d7570a079ac8cf415dd16469586c59decbd9 (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/libosmocore/commit/?id=2ecb6a08611321d7680d1453fff39acdbe65d527

commit 2ecb6a08611321d7680d1453fff39acdbe65d527
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Thu May 11 15:47:42 2017 +0300

    debian: Update changelog to 0.9.6-fw.2
    
    Change-Id: I7f8ba65fd6c3b1266b651e060bb98e801ad48056

http://cgit.osmocom.org/libosmocore/commit/?id=5e1e45283bdcb2daa21a2acd21458c24c088c30e

commit 5e1e45283bdcb2daa21a2acd21458c24c088c30e
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Thu May 11 15:19:23 2017 +0300

    lapd_core: Fix crash in lapd_est_req() function
    
    lapd_est_req() function could be called on uninitialized lapd link
    (before lapd_dl_init() and after lapd_dl_exit() functions) due to
    invalid usage on higher levels.
    In order to prevent using uninitialized lapd link, we should set
    LAPD_STATE_NULL state for lapd_datalink in lapd_dl_exit() function.
    So all messages for lapd_datalink in null state will be unhandled by
    lapd_recv_dlsap() function and lapd_est_req() function will not be
    called before lapd_dl_init() function where lapd link state is changed
    to idle.
    
    Change-Id: I306dad9b78e3becaef14c5305ec25c312feefe3c
    Related: OS#1982

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

Summary of changes:
 debian/changelog    | 6 ++++++
 src/gsm/lapd_core.c | 4 ++++
 2 files changed, 10 insertions(+)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list