FS-7966: fix buffer overflow in mod_vmd found by msvc 2015
This commit is contained in:
parent
403c1735e5
commit
de300df7c5
|
@ -150,7 +150,7 @@ typedef struct vmd_session_info {
|
||||||
/*! State of the session. */
|
/*! State of the session. */
|
||||||
vmd_state_t state;
|
vmd_state_t state;
|
||||||
/*! Snapshot of DESA samples. */
|
/*! Snapshot of DESA samples. */
|
||||||
vmd_point_t points[POINTS];
|
vmd_point_t points[POINTS+1];
|
||||||
/*! Internal FreeSWITCH session. */
|
/*! Internal FreeSWITCH session. */
|
||||||
switch_core_session_t *session;
|
switch_core_session_t *session;
|
||||||
/*! Codec information for the session. */
|
/*! Codec information for the session. */
|
||||||
|
|
Loading…
Reference in New Issue