Re: [FFmpeg-devel] [PATCH 1/2] avcodec/agm: Check output size before allocation

2019-04-30 Thread Michael Niedermayer
On Wed, Apr 24, 2019 at 10:35:09PM +0200, Michael Niedermayer wrote: > Fixes: OOM > Fixes: > 14198/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5723579234123776 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-

[FFmpeg-devel] [PATCH 1/2] avcodec/agm: Check output size before allocation

2019-04-24 Thread Michael Niedermayer
Fixes: OOM Fixes: 14198/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5723579234123776 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 3 +++ 1 file changed, 3 insertion