Re: [FFmpeg-devel] [PATCH] avcodec/fitsdec: Check data_min/max

2019-06-30 Thread Michael Niedermayer
On Tue, Jun 25, 2019 at 12:05:19PM +0200, Michael Niedermayer wrote: > Fixes: division by 0 > Fixes: > 15206/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5657260212092928 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

[FFmpeg-devel] [PATCH] avcodec/fitsdec: Check data_min/max

2019-06-25 Thread Michael Niedermayer
Fixes: division by 0 Fixes: 15206/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5657260212092928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/fitsdec.c | 8 1 file