libosmocore.git branch master updated. 0.9.6-192-g8a4895c

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
Thu Apr 27 08:49:14 UTC 2017


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  8a4895c0e5de4f04b5de85ed6bbae60edca3df9c (commit)
      from  0b2f7153f2bfcb3897d34838105568fa90324bf5 (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=8a4895c0e5de4f04b5de85ed6bbae60edca3df9c

commit 8a4895c0e5de4f04b5de85ed6bbae60edca3df9c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Apr 27 10:25:10 2017 +0200

    Uninitialized variable in ipa_ccm_make_id_resp_from_req()
    
    We are allocating a buffer on the stack without initializing it, and
    then passing it into ipa_ccm_make_id_resp().  There is no real danger
    from this, as the buffer is only uninitialized if num_ies is 0, but
    let's memset() it for good style
    
    Change-Id: If5761a47b8cba73ddcc02a88cfa5c87c1970c04e
    Fixes: coverity CID#167040

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

Summary of changes:
 src/gsm/ipa.c | 2 ++
 1 file changed, 2 insertions(+)


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



More information about the osmocom-commitlog mailing list