Re: [FFmpeg-devel] [PATCH 2/4] avcodec/targa: Skip hflip on blank images

2017-03-13 Thread Michael Niedermayer
On Mon, Mar 13, 2017 at 03:36:35AM +0100, Michael Niedermayer wrote: > Fixes: timeout with 810/clusterfuzz-testcase-5249282825256960 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/t

[FFmpeg-devel] [PATCH 2/4] avcodec/targa: Skip hflip on blank images

2017-03-12 Thread Michael Niedermayer
Fixes: timeout with 810/clusterfuzz-testcase-5249282825256960 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/targa.c | 41 + 1 file changed, 21 insertion