Re: [FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Ignore tile_count

2022-11-19 Thread Michael Niedermayer
On Sat, Nov 19, 2022 at 01:40:06PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2022-11-18 22:09:15) > > Fixes: out of array access > > Fixes: > > 52427/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-4849108968144896 > > > > Found-by: continuous fuzzing process > > h

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Ignore tile_count

2022-11-19 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-11-18 22:09:15) > Fixes: out of array access > Fixes: > 52427/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-4849108968144896 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by

[FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Ignore tile_count

2022-11-18 Thread Michael Niedermayer
Fixes: out of array access Fixes: 52427/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-4849108968144896 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/tiff.c | 2 +- 1 file cha