Re: [FFmpeg-devel] [PATCH 04/12] avcodec/hcom: Check that there are dictionary entries

2019-09-26 Thread Michael Niedermayer
On Thu, Sep 26, 2019 at 09:55:12AM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH 04/12] avcodec/hcom: Check that there are dictionary entries

2019-09-26 Thread Paul B Mahol
lgtm On 9/25/19, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 17617/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HCOM_fuzzer-5674970478280704 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by:

[FFmpeg-devel] [PATCH 04/12] avcodec/hcom: Check that there are dictionary entries

2019-09-25 Thread Michael Niedermayer
Fixes: out of array read Fixes: 17617/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HCOM_fuzzer-5674970478280704 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/hcom.c | 3 ++- 1 file