Re: [FFmpeg-devel] [PATCH] avcodec/cpia: Check input size also against linesizes and EOL

2019-05-20 Thread Michael Niedermayer
On Mon, May 20, 2019 at 10:14:46AM +0200, Carl Eugen Hoyos wrote: > Am So., 19. Mai 2019 um 17:43 Uhr schrieb Michael Niedermayer > : > > > > Fixes: Timeout (14sec -> 29ms) > > Fixes: > > 14733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CPIA_fuzzer-5707022445576192 > > > > Found-by:

Re: [FFmpeg-devel] [PATCH] avcodec/cpia: Check input size also against linesizes and EOL

2019-05-20 Thread Carl Eugen Hoyos
Am So., 19. Mai 2019 um 17:43 Uhr schrieb Michael Niedermayer : > > Fixes: Timeout (14sec -> 29ms) > Fixes: > 14733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CPIA_fuzzer-5707022445576192 > > Found-by: continuous fuzzing process >

Re: [FFmpeg-devel] [PATCH] avcodec/cpia: Check input size also against linesizes and EOL

2019-05-19 Thread Michael Niedermayer
On Sun, May 19, 2019 at 05:42:04PM +0200, Michael Niedermayer wrote: > Fixes: Timeout (14sec -> 29ms) > Fixes: > 14733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CPIA_fuzzer-5707022445576192 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH] avcodec/cpia: Check input size also against linesizes and EOL

2019-05-19 Thread Michael Niedermayer
Fixes: Timeout (14sec -> 29ms) Fixes: 14733/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CPIA_fuzzer-5707022445576192 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/cpia.c | 2 +- 1