mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-12 17:20:23 +00:00
[mod_redis] scan-build: Assigned value is garbage or undefined
This commit is contained in:
@@ -365,7 +365,7 @@ static int cr_readln(REDIS rhnd, int start, char **line, int *idx)
|
|||||||
|
|
||||||
static int cr_receivemultibulk(REDIS rhnd, char *line)
|
static int cr_receivemultibulk(REDIS rhnd, char *line)
|
||||||
{
|
{
|
||||||
int bnum, blen, i, rc=0, idx;
|
int bnum, blen, i, rc=0, idx=0;
|
||||||
|
|
||||||
bnum = atoi(line);
|
bnum = atoi(line);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user