Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: Remove code that corrupts dimensions

2018-08-10 Thread Michael Niedermayer
On Fri, Aug 10, 2018 at 09:05:42AM +0200, Paul B Mahol wrote: > On 2/20/18, Michael Niedermayer wrote: > > On Sat, Feb 17, 2018 at 10:25:10PM +0100, Michael Niedermayer wrote: > >> Fixes: Timeout > >> Fixes: 5796/clusterfuzz-testcase-minimized-5206729085157376 > >> > >> Does someone have a valid

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: Remove code that corrupts dimensions

2018-08-10 Thread Paul B Mahol
On 2/20/18, Michael Niedermayer wrote: > On Sat, Feb 17, 2018 at 10:25:10PM +0100, Michael Niedermayer wrote: >> Fixes: Timeout >> Fixes: 5796/clusterfuzz-testcase-minimized-5206729085157376 >> >> Does someone have a valid sample that triggers this path ? >> >> Found-by: continuous fuzzing

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: Remove code that corrupts dimensions

2018-02-20 Thread Michael Niedermayer
On Sat, Feb 17, 2018 at 10:25:10PM +0100, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: 5796/clusterfuzz-testcase-minimized-5206729085157376 > > Does someone have a valid sample that triggers this path ? > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 1/3] avcodec/dxtory: Remove code that corrupts dimensions

2018-02-17 Thread Michael Niedermayer
Fixes: Timeout Fixes: 5796/clusterfuzz-testcase-minimized-5206729085157376 Does someone have a valid sample that triggers this path ? Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer