Re: [FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Check the linearization table size

2020-08-26 Thread Michael Niedermayer
On Thu, Aug 20, 2020 at 10:50:43AM +0200, Michael Niedermayer wrote: > 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/ffm

[FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Check the linearization table size

2020-08-20 Thread Michael Niedermayer
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 --- libavcodec/tiff.c | 4 +++- 1 file c