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 e9e5f8e4e9aa3fdce06d144381d9621552476387 (commit) from 8b25a3f5c38a9297f9213cb6e70b7599ba999fbe (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=e9e5f8e4e9aa3fdce06d144381d96...
commit e9e5f8e4e9aa3fdce06d144381d9621552476387 Author: Max msuraev@sysmocom.de Date: Mon Nov 7 14:49:13 2016 +0100
Add null-pointer check to osmo_amr_rtp_dec()
Check that RTP payload we're about to decode is not NULL and return proper error code instead of segfaulting. Add corresponding test case.
Change-Id: Ib6cda9900a41ed16bbfbde9df3de9d38e0a7469b
-----------------------------------------------------------------------
Summary of changes: src/codec/gsm690.c | 6 +++--- tests/codec/codec_test.c | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-)
hooks/post-receive