libosmocore.git branch master updated. 0.10.2-118-g23d3161d

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 Jan 17 13:33:43 UTC 2018


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, master has been updated
       via  23d3161d4bbe80da13bf3e7afb64242dc8b7236c (commit)
      from  5e518b5b4c9abb404055f38c2fc5061bf5530493 (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=23d3161d4bbe80da13bf3e7afb64242dc8b7236c

commit 23d3161d4bbe80da13bf3e7afb64242dc8b7236c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Tue Jan 16 18:50:23 2018 +0100

    fsm: fix double llist_del in osmo_fsm_inst_term()
    
    llist_del(&fi->proc.child) is executed always, regardless whether
    a parent is configured or not. This may lead into a double llist_del
    when the child has been previously unlinked.
    
    - check if fi->proc.parent is set, and only then execute
      llist_del(&fi->proc.child);
    
    Change-Id: I4b33d508c8a11b72fbf30125088a882894d9e6ac

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

Summary of changes:
 src/fsm.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list