提交 ad327dff authored 作者: William King's avatar William King

CID: 1211946 fixing uninitialized pointer read in mod_translate

上级 44252a5d
......@@ -223,7 +223,7 @@ SWITCH_STANDARD_APP(translate_app_function)
char *mydata = NULL;
char *translated = NULL;
switch_channel_t *channel = switch_core_session_get_channel(session);
switch_memory_pool_t *pool;
switch_memory_pool_t *pool = NULL;
switch_event_t *event = NULL;
switch_assert(session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论