]> git.sesse.net Git - ffmpeg/commit
avcodec/tiff: Check the linearization table size
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Aug 2020 21:21:21 +0000 (23:21 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 26 Aug 2020 18:31:09 +0000 (20:31 +0200)
commit7577f8332a6bb2f227b876c83ec6fa45cc9670f9
treea23ce779a56bd4ba971bbd88892b7b856d5a70d5
parent649a6969f75f2378c65768deb9debd325eb2fc7f
avcodec/tiff: Check the linearization table size

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