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=8a4895c0e5de4f04b5de85ed6bba…
commit 8a4895c0e5de4f04b5de85ed6bbae60edca3df9c
Author: Harald Welte <laforge(a)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