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

This commit is contained in:
Mike Jerris 2015-08-31 17:56:01 -04:00
parent 403c1735e5
commit de300df7c5
1 changed files with 1 additions and 1 deletions

View File

@ -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. */