Files
asterisk/res
Sean Bright 2a6b09e2e8 res_stasis_playback: Prevent media_index from going out of bounds
Incrementing stasis_app_playback.media_index directly in our playback
loop means that when we reach the end of our playlist the index into
the vector will be outside of the bounds of the vector.

Instead use a temporary variable and only assign when we're sure that
we are in bounds.

ASTERISK-28713 #close
Reported by: Sébastien Duthil

Change-Id: Ib53f7f156097e0607eb5871d9d78d246ed274928
2020-01-29 08:11:18 -05:00
..
2018-05-11 09:48:58 -04:00
2017-12-20 12:40:01 -05:00
2019-02-07 08:23:04 -06:00