Re: [FFmpeg-devel] [PATCH 1/5] avcodec/iff: Fix off by x error

2020-06-14 Thread Michael Niedermayer
On Sat, Jun 13, 2020 at 01:23:41PM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 23245/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IFF_ILBM_fuzzer-5723121327013888.fuzz will apply patchset with requested modifications [...] -- Michael GnuPG fingerprint: 9F

[FFmpeg-devel] [PATCH 1/5] avcodec/iff: Fix off by x error

2020-06-13 Thread Michael Niedermayer
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 --- libavcodec/iff.c | 2 +- 1