Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: Check compression method

2018-11-27 Thread Carl Eugen Hoyos
2018-11-09 16:13 GMT+01:00, Carl Eugen Hoyos : > 2018-11-09 10:31 GMT+01:00, Michael Niedermayer : >> method 0 (inflate/deflate) is the only specified in the specification and >> the only supported >> >> Fixes: Timeout >> Fixes: >> 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: Check compression method

2018-11-13 Thread Michael Niedermayer
On Fri, Nov 09, 2018 at 10:31:04AM +0100, Michael Niedermayer wrote: > method 0 (inflate/deflate) is the only specified in the specification and the > only supported > > Fixes: Timeout > Fixes: > 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-5729372588736512 > > Found-by: c

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: Check compression method

2018-11-09 Thread Paul B Mahol
On 11/9/18, Carl Eugen Hoyos wrote: > 2018-11-09 10:31 GMT+01:00, Michael Niedermayer : >> method 0 (inflate/deflate) is the only specified in the specification and >> the only supported >> >> Fixes: Timeout >> Fixes: >> 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-5729372588

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: Check compression method

2018-11-09 Thread Carl Eugen Hoyos
2018-11-09 10:31 GMT+01:00, Michael Niedermayer : > method 0 (inflate/deflate) is the only specified in the specification and > the only supported > > Fixes: Timeout > Fixes: > 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-5729372588736512 > > Found-by: continuous fuzzing proce

[FFmpeg-devel] [PATCH] avcodec/pngdec: Check compression method

2018-11-09 Thread Michael Niedermayer
method 0 (inflate/deflate) is the only specified in the specification and the only supported Fixes: Timeout Fixes: 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-5729372588736512 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ff