Re: [FFmpeg-devel] [PATCH 13/13] avformat/westwood_vqa: Check chunk size

2022-09-22 Thread Michael Niedermayer
On Thu, Sep 22, 2022 at 03:01:05PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2022-09-18 19:14:10) > > Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in > > type 'int' > > Fixes: > > 50993/clusterfuzz-testcase-minimized-ffmpeg_dem_WSVQA_fuzzer-659340879527936

Re: [FFmpeg-devel] [PATCH 13/13] avformat/westwood_vqa: Check chunk size

2022-09-22 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-09-18 19:14:10) > Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type > 'int' > Fixes: > 50993/clusterfuzz-testcase-minimized-ffmpeg_dem_WSVQA_fuzzer-6593408795279360 > > Found-by: continuous fuzzing process > https://github.com/google/

[FFmpeg-devel] [PATCH 13/13] avformat/westwood_vqa: Check chunk size

2022-09-18 Thread Michael Niedermayer
Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes: 50993/clusterfuzz-testcase-minimized-ffmpeg_dem_WSVQA_fuzzer-6593408795279360 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Nied