Re: [FFmpeg-devel] [PATCH 1/2] avcodec/truemotion2: Check len in tm2_read_stream()

2018-07-04 Thread Michael Niedermayer
On Mon, Jul 02, 2018 at 02:10:44AM +0200, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 8774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-5942199639343104 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

[FFmpeg-devel] [PATCH 1/2] avcodec/truemotion2: Check len in tm2_read_stream()

2018-07-01 Thread Michael Niedermayer
Fixes: Timeout Fixes: 8774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-5942199639343104 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg --- libavcodec/truemotion2.c | 4 1 file changed, 4 insertions(+) diff --git