提交 ead0e2eb authored 作者: Michael Jerris's avatar Michael Jerris

CID:1222597: silence incorrect coverity warning about out of bounds read

上级 c61be913
...@@ -2172,7 +2172,7 @@ SWITCH_STANDARD_API(uptime_function) ...@@ -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)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论