Re: [FFmpeg-devel] [PATCH 1/2] avcodec/tiff: Check stripsize strippos for overflow

2017-03-19 Thread Michael Niedermayer
On Thu, Mar 16, 2017 at 03:02:49AM +0100, Michael Niedermayer wrote: > Fixes: 861/clusterfuzz-testcase-5688284384591872 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/tiff.c | 10 ++

[FFmpeg-devel] [PATCH 1/2] avcodec/tiff: Check stripsize strippos for overflow

2017-03-15 Thread Michael Niedermayer
Fixes: 861/clusterfuzz-testcase-5688284384591872 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/tiff.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavcodec/tiff.c b/libavc