libosmocore/src/ctrl
Harald Welte edf6fe75b7 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
2016-11-26 18:37:57 +00:00
..
Makefile.am vty: add ctrl section for Control interface bind address 2016-02-25 11:02:35 +01:00
control_cmd.c ctrl_cmd_parse: Make coverity FORWARD_NULL happy 2016-11-26 18:37:57 +00:00
control_if.c Add function to send TRAP over Control Interface 2016-10-12 11:37:49 +00:00
control_vty.c vty: add ctrl section for Control interface bind address 2016-02-25 11:02:35 +01:00