Re: [FFmpeg-devel] [PATCH] avformat/rpl: Check for EOF and zero framesize

2021-06-08 Thread Michael Niedermayer
On Sat, Jun 05, 2021 at 04:31:42PM +0200, Michael Niedermayer wrote: > Fixes: Infinite loop > Fixes: > 34751/clusterfuzz-testcase-minimized-ffmpeg_dem_RPL_fuzzer-5439330800762880 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-of

[FFmpeg-devel] [PATCH] avformat/rpl: Check for EOF and zero framesize

2021-06-05 Thread Michael Niedermayer
Fixes: Infinite loop Fixes: 34751/clusterfuzz-testcase-minimized-ffmpeg_dem_RPL_fuzzer-5439330800762880 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/rpl.c | 2 +- 1 file changed, 1 inserti