Re: [FFmpeg-devel] [PATCH 1/3] avcodec/imm4: Use ff_set_dimensions()

2018-11-10 Thread Michael Niedermayer
On Fri, Nov 09, 2018 at 11:20:45PM +0100, Paul B Mahol wrote: > On 11/9/18, Michael Niedermayer wrote: > > Fixes: Out of memory > > Fixes: > > 10970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5698750043914240 > > > > Found-by: continuous fuzzing process > > https://github.com/go

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/imm4: Use ff_set_dimensions()

2018-11-09 Thread Paul B Mahol
On 11/9/18, Michael Niedermayer wrote: > Fixes: Out of memory > Fixes: > 10970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5698750043914240 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermay

[FFmpeg-devel] [PATCH 1/3] avcodec/imm4: Use ff_set_dimensions()

2018-11-09 Thread Michael Niedermayer
Fixes: Out of memory Fixes: 10970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5698750043914240 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/imm4.c | 5 +++-- 1 file change