]> git.sesse.net Git - ffmpeg/commit
avcodec/iff: Fix off by x error
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 Jun 2020 08:48:14 +0000 (10:48 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 14 Jun 2020 16:20:37 +0000 (18:20 +0200)
commit51225dee0a6266780d26d43bd6802bbcf736327e
tree5af808f7ddf01ba7ad5b02ea9c152088a1b24961
parent360be03b8ad878aba5f8ffa69e106c201d8cae8a
avcodec/iff: Fix off by x error

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