]> git.sesse.net Git - ffmpeg/commit
avcodec/vp9: Check in decode_tiles() if there is data remaining
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 4 Aug 2018 20:21:02 +0000 (22:21 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 30 Oct 2018 02:13:25 +0000 (03:13 +0100)
commit78862488f85207633f29f5a66e42364024a14c3f
tree18b0282066877527d9fe75551a37b7269b009023
parent0fb83b4c91d5a0784ca81df4283f25740c263f20
avcodec/vp9: Check in decode_tiles() if there is data remaining

Fixes: Timeout
Fixes: 9330/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP9_fuzzer-5707345857347584
Fixes: 9775/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP9_fuzzer-5643845344690176
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/vp9.c