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 b2fbdd023be07b7031e83ec79f67fc5c39aec423 (commit)
from 66325aee71e23e01492935b6253031bcd7233aa4 (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=b2fbdd023be07b7031e83ec79f67fc5…
commit b2fbdd023be07b7031e83ec79f67fc5c39aec423
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Sep 12 00:08:03 2015 -0400
l1sap: Fix use-after-free in loopback mode.
By default l1sap_tch_ind() returns 0 which signals to its caller that message
has been processed and can be freed. In case of loopback we're forwarding
the message to dl_tch_queue who will free it later. Returning 1 from
l1sap_tch_ind() prevents caller from freeing message.
Change-Id: I1e065075baa51c88fa717f132e1f0a83df68be02
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)