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 "SCCP Library".
The branch, master has been updated
via 4c880a02f4186406a53ce7fa28b061ce3a0d3955 (commit)
via 48c720bffc8de73cee654541927a9c0f63a2412b (commit)
via bf849e4bf053ba3eb83c6469dc158075d9a788ee (commit)
via 7c56ab30c9dfd8069f69946c8d8aed61aafbbf18 (commit)
from 17927de2ad892aa5802d118ab71f041db0732f53 (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/libosmo-sccp/commit/?id=4c880a02f4186406a53ce7fa28b…
commit 4c880a02f4186406a53ce7fa28b061ce3a0d3955
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 11:48:15 2017 +0200
osmo_sccp_user_sap_down(): Avoid uninitialized pointer deref
When receiving an unknown primitive, we end up de-referencing an
unassigned/uninitialized pointer for 'conn'. Let's properly catch that
case and print an error message.
Change-Id: Id1f5f293ea9bce8601d45164be670a7062d91802
Fixes: coverity CID#166947
http://cgit.osmocom.org/libosmo-sccp/commit/?id=48c720bffc8de73cee654541927…
commit 48c720bffc8de73cee654541927a9c0f63a2412b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 11:43:53 2017 +0200
sccp_user: Add missing 'break' statement
The missing break statement leads to an unintended fall-through which in
turn prints a wrong ERROR message.
Change-Id: I6618fa247b889d4162118278cd05dee85cf21899
Fixes: coverity CID#166948
http://cgit.osmocom.org/libosmo-sccp/commit/?id=bf849e4bf053ba3eb83c6469dc1…
commit bf849e4bf053ba3eb83c6469dc158075d9a788ee
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 10:55:03 2017 +0200
sccp2sua: Avoid array overruns in sccp_is_{mandatory,optional}()
Change-Id: Ied76c21e20332514c2ad364eea5fc17e24a3f4c6
Fixes: coverity CID#166943, CID#166980
http://cgit.osmocom.org/libosmo-sccp/commit/?id=7c56ab30c9dfd8069f69946c8d8…
commit 7c56ab30c9dfd8069f69946c8d8aed61aafbbf18
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 10:45:09 2017 +0200
xua_rkm: Fix handling of RK Registration with multiple Routing Keys
RKM permits multiple routing key IEs to be inside a single Routing Key
Registration message. We were trying to handle this, but the counter we
used as array index into the 'newly_assigned_as' array was actually
always kept at zero.
Change-Id: I08a962d2f242cefb67fb2dc93818c1ed532e8990
Fixes: coverity CID#166991
-----------------------------------------------------------------------
Summary of changes:
src/sccp2sua.c | 4 ++--
src/sccp_scoc.c | 5 +++++
src/sccp_user.c | 1 +
src/xua_rkm.c | 13 +++++++------
4 files changed, 15 insertions(+), 8 deletions(-)
hooks/post-receive
--
SCCP Library