提交 c591a212 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-9538 #resolve [segfault while reading local ringback file]

上级 d5baf7d5
...@@ -4880,7 +4880,7 @@ static switch_status_t file_string_file_seek(switch_file_handle_t *handle, unsig ...@@ -4880,7 +4880,7 @@ static switch_status_t file_string_file_seek(switch_file_handle_t *handle, unsig
if (samples == 0 && whence == SEEK_SET) { if (samples == 0 && whence == SEEK_SET) {
context->index = -1; context->index = -1;
return SWITCH_STATUS_SUCCESS; return next_file(handle);
} }
if (!handle->seekable) { if (!handle->seekable) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论