Re: [FFmpeg-devel] [PATCH 1/2] avcodec/4xm: Check pre_gb in decode_i_block()

2021-03-11 Thread Michael Niedermayer
On Wed, Mar 10, 2021 at 07:31:55PM +0100, Paul B Mahol wrote: > while there fix style issue will apply with the whitespace added between ){ thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excelle

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/4xm: Check pre_gb in decode_i_block()

2021-03-10 Thread Paul B Mahol
while there fix style issue On Wed, Mar 10, 2021 at 7:30 PM Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 31257/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FOURXM_fuzzer-5150866229297152 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/proj

[FFmpeg-devel] [PATCH 1/2] avcodec/4xm: Check pre_gb in decode_i_block()

2021-03-10 Thread Michael Niedermayer
Fixes: Timeout Fixes: 31257/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FOURXM_fuzzer-5150866229297152 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/4xm.c | 4 ++-- 1 file changed, 2 i