osmo-pcu.git branch master updated. 0.2-636-g27dc941

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
Fri Jan 8 10:16:24 UTC 2016


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 "UNNAMED PROJECT".

The branch, master has been updated
       via  27dc9414757df5436f7f5a5c8708219aa7a1ee6d (commit)
       via  ead5e4724cd15846e23eebceec37563caf041d5c (commit)
      from  6e75bc7fe304eec274f6e485a8b23a164fd4e28e (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-pcu/commit/?id=27dc9414757df5436f7f5a5c8708219aa7a1ee6d

commit 27dc9414757df5436f7f5a5c8708219aa7a1ee6d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Jan 8 11:14:15 2016 +0100

    edge: Remove leftover comments from encoding.c
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=ead5e4724cd15846e23eebceec37563caf041d5c

commit ead5e4724cd15846e23eebceec37563caf041d5c
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Jan 8 10:14:50 2016 +0100

    edge: Fix data block decoder (Coverity)
    
    Use a signed integer instead of an unsigned one for num_chunks
    which can set to a negative value on error.
    
    Ensure that chunks is not dereferenced if it is NULL. In fact
    that will not happen currently, since num_chunks is now always
    <= 0 if chunks == NULL.
    
    Fixes: Coverity CID 1347433, 1347434, 1347435
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/decoding.cpp | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list