Re: [FFmpeg-devel] [PATCH 3/4] avformat/dcstr: Check sample rate

2021-03-03 Thread Michael Niedermayer
On Wed, Mar 03, 2021 at 12:18:32PM +0100, Paul B Mahol wrote: > Check also for == 0 case ok, will apply with that change Thanks! [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like attempting to break through a door even though the win

Re: [FFmpeg-devel] [PATCH 3/4] avformat/dcstr: Check sample rate

2021-03-03 Thread Paul B Mahol
Check also for == 0 case On Wed, Mar 3, 2021 at 10:50 AM Michael Niedermayer wrote: > Fixes: signed integer overflow: -1300248894420254720 * 16 cannot be > represented in type 'long' > Fixes: > 30879/clusterfuzz-testcase-minimized-ffmpeg_dem_DCSTR_fuzzer-5094464215449600 > > Found-by: continuous