提交 386000d8 authored 作者: Michael Jerris's avatar Michael Jerris

CID:1024418 Unintentional integer overflow

上级 42383391
...@@ -3184,7 +3184,7 @@ SWITCH_STANDARD_APP(audio_bridge_function) ...@@ -3184,7 +3184,7 @@ SWITCH_STANDARD_APP(audio_bridge_function)
} }
if (fail) { if (fail) {
int64_t wait = campon_sleep * 1000000; int64_t wait = (int64_t)campon_sleep * 1000000;
while (stake.running && wait > 0 && switch_channel_ready(caller_channel)) { while (stake.running && wait > 0 && switch_channel_ready(caller_channel)) {
switch_yield(100000); switch_yield(100000);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论