]> git.sesse.net Git - ffmpeg/commit
avcodec/vp3: Check input amount in theora_decode_header()
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 29 Jan 2021 23:46:26 +0000 (00:46 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 31 Jan 2021 13:37:07 +0000 (14:37 +0100)
commit869fe41d1088c4badcd98ee1ca2490451a07b173
treead009495a90ef76330ad2b0eb7516e1b335cc595
parentd7594ee751e621f6c7ef4d4977c4a3ce169ae0af
avcodec/vp3: Check input amount in theora_decode_header()

Fixes: Timeout
Fixes: 29226/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_THEORA_fuzzer-6195092572471296
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/vp3.c