mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
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…
x
Reference in New Issue
Block a user