Re: [FFmpeg-devel] [PATCH 4/4] avcodec/g729_parser: Check block_size

2019-09-26 Thread Michael Niedermayer
On Wed, Sep 25, 2019 at 12:39:10PM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates signature.asc Description: PGP

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/g729_parser: Check block_size

2019-09-25 Thread Paul B Mahol
lgtm On 9/25/19, Michael Niedermayer wrote: > Fixes: Infinite loop > Fixes: > 17611/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ACELP_KELVIN_fuzzer-5765134928052224 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

[FFmpeg-devel] [PATCH 4/4] avcodec/g729_parser: Check block_size

2019-09-25 Thread Michael Niedermayer
Fixes: Infinite loop Fixes: 17611/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ACELP_KELVIN_fuzzer-5765134928052224 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/g729_parser.c | 6