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 f3239113db910962a4ccac2f93d689a86450264f (commit) from 673018fed99aab80c3ac23c95f568ff0bf272f60 (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=f3239113db910962a4ccac2f93d68...
commit f3239113db910962a4ccac2f93d689a86450264f Author: Harald Welte laforge@gnumonks.org Date: Sun Jul 10 15:11:45 2016 +0200
fsm: talloc + copy the 'id' passed into a FSM
The 'id' is used to generate the human-readable name of the FSM. However, when the FSM creates slave FSMs later, the caller-passed "ID" mgiht long be gone again (e.g. it was on stack memory). So let's copy the 'id' string to a chunk of dynamically-allocated memory at time of FSM start to ensure we have it later when creating child FSMs.
Change-Id: Ib88a2c02c5c91f17b4ec1e9db57a06d6d66465fb
-----------------------------------------------------------------------
Summary of changes: src/fsm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive