Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avcodec/vp3: Check width to avoid assertion failure
Fixes: Assertion failure on x86-32 av_assert2(block_w * sizeof(pixel) <= FFABS(buf_linesize)); in ff_emulated_edge_mc() Fixes: 39641/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_THEORA_fuzzer-5925660741206016 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit dab1cd2) Signed-off-by: Michael Niedermayer <[email protected]>
- Loading branch information