From ead0e2ebd1fee807d156620b5c7f06aee2d1a35f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 23 Apr 2015 10:42:10 -0500 Subject: [PATCH] CID:1222597: silence incorrect coverity warning about out of bounds read --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index dc3bba44aa..f94216471a 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2172,7 +2172,7 @@ SWITCH_STANDARD_API(uptime_function) SWITCH_STANDARD_API(ctl_function) { int argc; - char *mydata, *argv[5]; + char *mydata, *argv[6]; int32_t arg = 0; if (zstr(cmd)) { -- 2.47.2