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 edf6fe75b72c10190057c65bdff467e5585ea6d7 (commit)
from aeecc48c45e539e0e176dd13d86423e37ffbcee0 (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=edf6fe75b72c10190057c65bdff4…
commit edf6fe75b72c10190057c65bdff467e5585ea6d7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 26 10:06:07 2016 +0100
ctrl_cmd_parse: Make coverity FORWARD_NULL happy
The 'strtok_r' function requires passing a NULL as the first parameter
on subsequent calls in order to ensure the code picks up where it left
off on a previous call. However, Coverity doesn't quite realize this
and points out that if a NULL was passed in as the third argument it
would result in a possible NULL deref because the strtok_r function will
assign the third argument to the first in the call is NULL.
Change-Id: I7a9d08d0d4eae76a5207d285e32a25d1b384a57f
Fixes: Coverity CID 135186
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_cmd.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications