Re: [FFmpeg-devel] [PATCH 2/2] avcodec/vp56: Require not any undamaged frame for concealment but one of comparable size

2017-03-09 Thread Michael Niedermayer
On Thu, Mar 09, 2017 at 07:59:37AM -0500, Ronald S. Bultje wrote: > Hi, > > On Wed, Mar 8, 2017 at 10:07 PM, Michael Niedermayer > wrote: > > > Fixes: timeout in 758/clusterfuzz-testcase-4720832028868608 > > > > Found-by: continuous fuzzing process

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/vp56: Require not any undamaged frame for concealment but one of comparable size

2017-03-09 Thread Ronald S. Bultje
Hi, On Wed, Mar 8, 2017 at 10:07 PM, Michael Niedermayer wrote: > Fixes: timeout in 758/clusterfuzz-testcase-4720832028868608 > > Found-by: continuous fuzzing process https://github.com/google/oss- > fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer

[FFmpeg-devel] [PATCH 2/2] avcodec/vp56: Require not any undamaged frame for concealment but one of comparable size

2017-03-08 Thread Michael Niedermayer
Fixes: timeout in 758/clusterfuzz-testcase-4720832028868608 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/vp56.c | 4 ++-- 1 file changed, 2 insertions(+), 2