]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Check for EOF in resync loop
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 29 Jan 2021 20:18:36 +0000 (21:18 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 15 Mar 2021 21:24:31 +0000 (22:24 +0100)
commit5282147d0c92ac821e85b93e2db6704f4720e0c1
tree5b74dbfb632ff1a9015964bf5aaf4ba5503f20f7
parent0f441b9063281d8ef5d4c30b10379d08aad8924f
avformat/matroskadec: Check for EOF in resync loop

Fixes: Timeout (too long -> instantly)
Fixes: 29136/clusterfuzz-testcase-minimized-ffmpeg_dem_WEBM_DASH_MANIFEST_fuzzer-4586141227548672
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/matroskadec.c