Re: [FFmpeg-devel] [PATCH 4/4] avcodec/photocd: Use ff_set_dimensions()

2020-10-18 Thread Michael Niedermayer
On Sat, Oct 10, 2020 at 01:00:14PM +0200, Michael Niedermayer wrote: > On Mon, Sep 21, 2020 at 12:28:37AM +0200, Paul B Mahol wrote: > > On Sun, Sep 20, 2020 at 10:26:08PM +0200, Michael Niedermayer wrote: > > > Fixes: out of memory > > > Fixes: > > > 25588/clusterfuzz-testcase-minimized-ffmpeg_AV

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/photocd: Use ff_set_dimensions()

2020-10-10 Thread Michael Niedermayer
On Mon, Sep 21, 2020 at 12:28:37AM +0200, Paul B Mahol wrote: > On Sun, Sep 20, 2020 at 10:26:08PM +0200, Michael Niedermayer wrote: > > Fixes: out of memory > > Fixes: > > 25588/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PHOTOCD_fuzzer-6612945080156160 > > > > Found-by: continuous fuzzing

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/photocd: Use ff_set_dimensions()

2020-09-20 Thread Paul B Mahol
On Sun, Sep 20, 2020 at 10:26:08PM +0200, Michael Niedermayer wrote: > Fixes: out of memory > Fixes: > 25588/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PHOTOCD_fuzzer-6612945080156160 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH 4/4] avcodec/photocd: Use ff_set_dimensions()

2020-09-20 Thread Michael Niedermayer
Fixes: out of memory Fixes: 25588/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PHOTOCD_fuzzer-6612945080156160 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/photocd.c | 5 +++-- 1 file