]> git.sesse.net Git - ffmpeg/commit
avformat/cinedec: Fix index_entries size check
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 31 Jan 2021 21:42:54 +0000 (22:42 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 Mar 2021 20:02:31 +0000 (21:02 +0100)
commit09b304035423409ce18d731995fa3b921d54f9b5
treed8a7f865ead0dad5da377be4e8e5546bb2dd401f
parent0c48c332eeb2866d9353125f701e099c48889463
avformat/cinedec: Fix index_entries size check

Fixes: out of array access
Fixes: 29868/clusterfuzz-testcase-minimized-ffmpeg_dem_CINE_fuzzer-5692001957445632
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/cinedec.c