mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 04:14:47 +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. */
|
||||
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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user