Re: [FFmpeg-devel] [PATCH] avcodec/truemotion2rt: Fix rounding in input size check

2018-11-30 Thread Michael Niedermayer
On Sat, Nov 17, 2018 at 07:23:12PM +0100, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 11332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2RT_fuzzer-5678456612847616 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH] avcodec/truemotion2rt: Fix rounding in input size check

2018-11-17 Thread Michael Niedermayer
Fixes: Timeout Fixes: 11332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2RT_fuzzer-5678456612847616 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/truemotion2rt.c | 2 +- 1 fi