Re: [FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000: Dynamically allocate codeblock data

2017-11-21 Thread Michael Niedermayer
On Sat, Nov 18, 2017 at 01:33:18AM +0100, Michael Niedermayer wrote: > Fixes: OOM > Fixes: 3541/clusterfuzz-testcase-minimized-6469958596820992 > > Adds support for decoding codeblock data larger than 8kb > Reduces decoder memory consumption > > Found-by: continuous fuzzing process > https://git

[FFmpeg-devel] [PATCH 2/2] avcodec/jpeg2000: Dynamically allocate codeblock data

2017-11-17 Thread Michael Niedermayer
Fixes: OOM Fixes: 3541/clusterfuzz-testcase-minimized-6469958596820992 Adds support for decoding codeblock data larger than 8kb Reduces decoder memory consumption Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermaye