Re: [FFmpeg-devel] [PATCH 5/7] avformat/mpegts: Limit copied data to space

2020-11-07 Thread Michael Niedermayer
On Wed, Nov 04, 2020 at 11:17:53PM +0100, Marton Balint wrote: > > > On Wed, 4 Nov 2020, Michael Niedermayer wrote: > > > Fixes: out of array access > > Fixes: > > 26816/clusterfuzz-testcase-minimized-ffmpeg_dem_MPEGTSRAW_fuzzer-6282861159907328.fuzz > > > > Found-by: continuous fuzzing proces

Re: [FFmpeg-devel] [PATCH 5/7] avformat/mpegts: Limit copied data to space

2020-11-04 Thread Marton Balint
On Wed, 4 Nov 2020, Michael Niedermayer wrote: Fixes: out of array access Fixes: 26816/clusterfuzz-testcase-minimized-ffmpeg_dem_MPEGTSRAW_fuzzer-6282861159907328.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael

[FFmpeg-devel] [PATCH 5/7] avformat/mpegts: Limit copied data to space

2020-11-03 Thread Michael Niedermayer
Fixes: out of array access Fixes: 26816/clusterfuzz-testcase-minimized-ffmpeg_dem_MPEGTSRAW_fuzzer-6282861159907328.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/mpegts.c | 2 +- 1 fil