Re: [FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Michael Niedermayer
On Sun, Feb 09, 2020 at 08:28:44PM +0100, Paul B Mahol wrote: > ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like attempting to break through a door even though the window is wide open and the only thing in the hous

Re: [FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Paul B Mahol
ok On 2/9/20, Michael Niedermayer wrote: > Fixes: division by zero > Fixes: > 20436/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5763229752229888 > Fixes: > 20503/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4841641154445312 > > Found-by: continuous fuzzing process > https://githu

[FFmpeg-devel] [PATCH 3/5] avformat/tty: Fix division by 0 in probe

2020-02-09 Thread Michael Niedermayer
Fixes: division by zero Fixes: 20436/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5763229752229888 Fixes: 20503/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-4841641154445312 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signe