]> git.sesse.net Git - ffmpeg/commit
avformat/au: Check for EOF in au_read_annotation()
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 15 Oct 2020 20:19:32 +0000 (22:19 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 23 Oct 2020 08:07:57 +0000 (10:07 +0200)
commite680d50eb4feddafb2d8575b21fc5fc8764f4801
tree82a33758b1c40f0bdb450abc06724281b4fd420f
parentc5b8f2321cea442044fb7d304dfa7ae3762fcdf7
avformat/au: Check for EOF in au_read_annotation()

Fixes: Timeout (too looong -> 1 ms)
Fixes: 26366/clusterfuzz-testcase-minimized-ffmpeg_dem_SDX_fuzzer-5655584843759616
Fixes: 26391/clusterfuzz-testcase-minimized-ffmpeg_dem_ALP_fuzzer-5484026133217280
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/au.c