Re: [FFmpeg-devel] [PATCH 1/3] avcodec/mpeg12dec: Check input size

2022-11-28 Thread Michael Niedermayer
On Mon, Nov 28, 2022 at 12:47:32AM +, Kieran Kunhya wrote: > On Sun, 27 Nov 2022 at 22:34, Michael Niedermayer > wrote: > > > Fixes: Timeout > > Fixes: > > 53599/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IPU_fuzzer-4950102511058944 > > > > Found-by: continuous fuzzing process > > http

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/mpeg12dec: Check input size

2022-11-27 Thread Kieran Kunhya
On Sun, 27 Nov 2022 at 22:34, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 53599/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IPU_fuzzer-4950102511058944 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by >

[FFmpeg-devel] [PATCH 1/3] avcodec/mpeg12dec: Check input size

2022-11-27 Thread Michael Niedermayer
Fixes: Timeout Fixes: 53599/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IPU_fuzzer-4950102511058944 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/mpeg12dec.c | 3 +++ 1 file changed, 3