mirror of https://github.com/FFmpeg/FFmpeg.git
mov_read_stsz() did not ensure that every bit of a buffer is addressable by an int as is required by the get_bits API, leading to a crash in ticket #9344. Fix this by restricting the size more thoroughly. The file from said ticket will then be considered invalid; in the future, we might read and process the data in chunks to actually support such files. Fixes ticket #9344. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/360/head
parent
f0ed8de1d6
commit
c2d853c1aa
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue