提交 de300df7 authored 作者: Mike Jerris's avatar Mike Jerris

FS-7966: fix buffer overflow in mod_vmd found by msvc 2015

上级 403c1735
......@@ -150,7 +150,7 @@ typedef struct vmd_session_info {
/*! State of the session. */
vmd_state_t state;
/*! Snapshot of DESA samples. */
vmd_point_t points[POINTS];
vmd_point_t points[POINTS+1];
/*! Internal FreeSWITCH session. */
switch_core_session_t *session;
/*! Codec information for the session. */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论