On 28.11.2016 07:40, Schenk, Michael wrote:
> When using the decode interrupt feature of ffmpeg may causing crashes by
> accessing previous freed pointers in matroska_read_close.
>
> The attached patch will reset nb_elem to zero after freeing the elements
> because ffmpeg normally tests for nb_ele
When using the decode interrupt feature of ffmpeg may causing crashes by
accessing previous freed pointers in matroska_read_close.
The attached patch will reset nb_elem to zero after freeing the elements
because ffmpeg normally tests for nb_elem.
Feedback for sure is warmly welcome.
Regards
Mi