mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
CID:1222597: silence incorrect coverity warning about out of bounds read
This commit is contained in:
parent
c61be91316
commit
ead0e2ebd1
@ -2172,7 +2172,7 @@ SWITCH_STANDARD_API(uptime_function)
|
|||||||
SWITCH_STANDARD_API(ctl_function)
|
SWITCH_STANDARD_API(ctl_function)
|
||||||
{
|
{
|
||||||
int argc;
|
int argc;
|
||||||
char *mydata, *argv[5];
|
char *mydata, *argv[6];
|
||||||
int32_t arg = 0;
|
int32_t arg = 0;
|
||||||
|
|
||||||
if (zstr(cmd)) {
|
if (zstr(cmd)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user