mirror of https://github.com/FFmpeg/FFmpeg.git
This fixes a segfault (originally found in Movian, but traced to libav)
when decoding subtitles because only an array of rects is allocated,
but not the actual structs it contains. The issue was probably
introduced in commit 2383323
where the loop to allocate the rects in
the array was thrown away.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
pull/272/head
parent
3fdf50f9e8
commit
1cfd566324
1 changed files with 11 additions and 6 deletions
Loading…
Reference in new issue