Re: [FFmpeg-devel] [PATCH 1/5] avformat/argo_brp: Check block align before use

2020-11-02 Thread Zane van Iperen
On 2/11/20 9:51 pm, Zane van Iperen wrote: > > > > On 2/11/20 9:40 pm, Anton Khirnov wrote: >> >> Quoting Michael Niedermayer (2020-10-30 22:52:02) >>> Fixes: division by 0 >>> Fixes: >>> 26667/clusterfuzz-testcase-minimized-ffmpeg_dem_ARGO_BRP_fuzzer-5645146928185344.fuzz >>> >>> Found-by: c

Re: [FFmpeg-devel] [PATCH 1/5] avformat/argo_brp: Check block align before use

2020-11-02 Thread Zane van Iperen
On 2/11/20 9:40 pm, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2020-10-30 22:52:02) >> Fixes: division by 0 >> Fixes: >> 26667/clusterfuzz-testcase-minimized-ffmpeg_dem_ARGO_BRP_fuzzer-5645146928185344.fuzz >> >> Found-by: continuous fuzzing process >> https://github.com/google/oss-

Re: [FFmpeg-devel] [PATCH 1/5] avformat/argo_brp: Check block align before use

2020-11-02 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-10-30 22:52:02) > Fixes: division by 0 > Fixes: > 26667/clusterfuzz-testcase-minimized-ffmpeg_dem_ARGO_BRP_fuzzer-5645146928185344.fuzz > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Mic

[FFmpeg-devel] [PATCH 1/5] avformat/argo_brp: Check block align before use

2020-10-30 Thread Michael Niedermayer
Fixes: division by 0 Fixes: 26667/clusterfuzz-testcase-minimized-ffmpeg_dem_ARGO_BRP_fuzzer-5645146928185344.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/argo_brp.c | 2 +- 1 file cha