提交 88fda78e authored 作者: Michael Jerris's avatar Michael Jerris

avoid array out of bounds.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4207 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 43e50048
......@@ -203,7 +203,7 @@ static switch_caller_extension_t *dialplan_hunt(switch_core_session_t *session,
switch_stream_handle_t stream = {0};
switch_size_t encode_len = 1024, new_len = 0;
char *encode_buf = NULL;
char *prof[11] = {0}, *prof_names[11] = {0}, *e = NULL;
char *prof[12] = {0}, *prof_names[12] = {0}, *e = NULL;
switch_hash_index_t *hi;
uint32_t x = 0;
char *alt_path = (char *) arg;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论