Re: [FFmpeg-devel] [PATCH] avcodec/scpr: Fix reading a pixel before the first

2018-02-10 Thread Michael Niedermayer
On Sat, Feb 03, 2018 at 07:07:19PM +0100, Michael Niedermayer wrote: > Fixes: 5540/clusterfuzz-testcase-minimized-6122458273808384 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/sc

[FFmpeg-devel] [PATCH] avcodec/scpr: Fix reading a pixel before the first

2018-02-03 Thread Michael Niedermayer
Fixes: 5540/clusterfuzz-testcase-minimized-6122458273808384 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/scpr.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/scpr.c b/li