Re: [FFmpeg-devel] [PATCH 5/5] avcodec/fitsdec: Fail on 0 naxisn

2019-10-10 Thread Michael Niedermayer
On Tue, Oct 08, 2019 at 05:47:07PM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The educated differ from the uneducated as much as the living from the dead. -- Aristotle signature.asc Description: PGP signa

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/fitsdec: Fail on 0 naxisn

2019-10-08 Thread Paul B Mahol
lgtm On 9/30/19, Michael Niedermayer wrote: > Fixes: Timeout (100+ sec -> 23ms) > Fixes: > 17769/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5678314672357376 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by

[FFmpeg-devel] [PATCH 5/5] avcodec/fitsdec: Fail on 0 naxisn

2019-09-30 Thread Michael Niedermayer
Fixes: Timeout (100+ sec -> 23ms) Fixes: 17769/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5678314672357376 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/fitsdec.c | 2 +-