Re: [FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream

2020-08-20 Thread Michael Niedermayer
On Wed, Aug 19, 2020 at 09:36:38PM +0200, Paul B Mahol wrote: > On 8/13/20, Michael Niedermayer wrote: > > Fixes: Assertion failure > > Fixes: > > 24612/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-6600899842277376.fuzz > > > > Found-by: continuous fuzzing process > > https://github.com/go

Re: [FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream

2020-08-19 Thread Paul B Mahol
On 8/13/20, Michael Niedermayer wrote: > Fixes: Assertion failure > Fixes: > 24612/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-6600899842277376.fuzz > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermay

[FFmpeg-devel] [PATCH] avformat/siff: Reject audio packets without audio stream

2020-08-13 Thread Michael Niedermayer
Fixes: Assertion failure Fixes: 24612/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-6600899842277376.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/siff.c | 2 ++ 1 file changed,