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.orgThis 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
       via  d0ef1ed78cc4e8e04296342499991fdde77fbbe7 (commit)
      from  f6e51709fc3a79274646135fec1a603d4316acf6 (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/openbsc/commit/?id=d0ef1ed78cc4e8e04296342499991fdde77fbbe7
commit d0ef1ed78cc4e8e04296342499991fdde77fbbe7
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Jan 23 15:36:37 2017 +0100
    compression: Fix nullpointer deref
    
    When the creation of a new compression entity fails, an error
    message is created, this error message contains printf with
    a dereferentiation of the compression entity, that is clearly
    NULL at that point. This commit corrects that.
    
    Change-Id: I87371ade0ccd6a93b446f2013c1747f486739518
-----------------------------------------------------------------------
Summary of changes:
 openbsc/src/gprs/gprs_sndcp_comp.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)