Re: [FFmpeg-devel] [PATCH 2/6] avcodec/pcm: Check bits_per_coded_sample

2019-10-10 Thread Michael Niedermayer
On Wed, Oct 09, 2019 at 12:28:28PM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell signature.asc Description: PG

Re: [FFmpeg-devel] [PATCH 2/6] avcodec/pcm: Check bits_per_coded_sample

2019-10-09 Thread Paul B Mahol
lgtm On 10/9/19, Michael Niedermayer wrote: > Fixes: shift exponent -2 is negative > Fixes: > 17736/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PCM_F16LE_fuzzer-5742815929171968 > Fixes: > 17998/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PCM_F24LE_fuzzer-5716980383875072 > > Found-by