]> git.sesse.net Git - ffmpeg/commit
avformat/flvdec: Check for EOF in amf_parse_object()
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 8 Oct 2020 18:44:23 +0000 (20:44 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2020 12:36:11 +0000 (14:36 +0200)
commit33624f4f2e1feb08f277126e637d4a28016eb07a
treef97c903fa019fd20ecc65f7090be1026768e93b6
parent77cdc684792e6ce0b95a5308d7b61a6906fb5d15
avformat/flvdec: Check for EOF in amf_parse_object()

Fixes: Timeout (too long -> 1ms)
Fixes: 26108/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5653887668977664
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/flvdec.c