Re: [FFmpeg-devel] [PATCH] avcodec/vmdaudio: Check block_align more

2020-01-06 Thread Michael Niedermayer
On Mon, Jan 06, 2020 at 04:15:47PM +0100, Paul B Mahol wrote: > ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -

Re: [FFmpeg-devel] [PATCH] avcodec/vmdaudio: Check block_align more

2020-01-06 Thread Paul B Mahol
ok On 1/6/20, Michael Niedermayer wrote: > Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type > 'int' > Fixes: > 19788/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMDAUDIO_fuzzer-5743379690553344 > > Found-by: continuous fuzzing process > https://github.com/google/

[FFmpeg-devel] [PATCH] avcodec/vmdaudio: Check block_align more

2020-01-06 Thread Michael Niedermayer
Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes: 19788/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMDAUDIO_fuzzer-5743379690553344 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: M