]> git.sesse.net Git - ffmpeg/commit
avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 26 Oct 2019 21:58:02 +0000 (23:58 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 29 Oct 2019 15:20:33 +0000 (16:20 +0100)
commit069be4aa5ddce4479b18896d80a852b144e680df
treeb58e483460d11367173526e6cb96bf285ea613c9
parent1850c3feaa1c7b5b63a55c61075029fa59c84e66
avcodec/libvorbisdec: Fix insufficient input checks leading to out of array reads

Fixes: 16144/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LIBVORBIS_fuzzer-5638618940440576
Fixes: out of array read
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/libvorbisdec.c