Re: [FFmpeg-devel] [PATCH] avcodec/diracdec: Correct max pixels check

2019-03-03 Thread Michael Niedermayer
On Mon, Feb 25, 2019 at 10:35:11PM +0100, Michael Niedermayer wrote: > Dirac internally allocates 5 images per plane and frame currently. One being > the actual > image the other 4 being filtered for motion compensation. > > Fixes: Out of memory > Fixes: >

[FFmpeg-devel] [PATCH] avcodec/diracdec: Correct max pixels check

2019-02-25 Thread Michael Niedermayer
Dirac internally allocates 5 images per plane and frame currently. One being the actual image the other 4 being filtered for motion compensation. Fixes: Out of memory Fixes: 12870/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5684825871089664 Found-by: continuous fuzzing