Re: [FFmpeg-devel] [PATCH] avformat/rpl: Check the number of streams

2020-12-09 Thread Michael Niedermayer
On Wed, Dec 09, 2020 at 06:28:40PM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH] avformat/rpl: Check the number of streams

2020-12-09 Thread Paul B Mahol
LGTM On Wed, Dec 9, 2020 at 5:52 PM Michael Niedermayer wrote: > Fixes: out of memory access > Fixes: > 27787/clusterfuzz-testcase-minimized-ffmpeg_dem_RPL_fuzzer-4743666463408128.fuzz > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Sig

[FFmpeg-devel] [PATCH] avformat/rpl: Check the number of streams

2020-12-09 Thread Michael Niedermayer
Fixes: out of memory access Fixes: 27787/clusterfuzz-testcase-minimized-ffmpeg_dem_RPL_fuzzer-4743666463408128.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/rpl.c | 3 +++ 1 file chang