]> git.sesse.net Git - ffmpeg/commit
avcodec/smacker: Check remaining bits in SMK_BLK_FULL
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 2 Oct 2020 08:54:31 +0000 (10:54 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 17 Oct 2020 12:36:11 +0000 (14:36 +0200)
commit42ded4d1e6fb0086a235dc584118414ae2bf30c9
treea02b244ea78030285108258e5bd41c3ab87bf741
parent5a2a7604da5f7a2fc498d1d5c90bd892edac9ce8
avcodec/smacker: Check remaining bits in SMK_BLK_FULL

Fixes: out of array access
Fixes: 26047/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SMACKER_fuzzer-5083031667474432
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/smacker.c