Re: [FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Propagate errors from codeblock()

2018-09-27 Thread Michael Niedermayer
On Fri, Sep 14, 2018 at 01:51:55AM +0200, Michael Niedermayer wrote: > Consider a component to be damaged if more than 50% of its subbands are > damaged > > Fixes: Timeout (part 1 of 2) > Fixes: > 9774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5748957085958144 will apply [

[FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Propagate errors from codeblock()

2018-09-13 Thread Michael Niedermayer
Consider a component to be damaged if more than 50% of its subbands are damaged Fixes: Timeout (part 1 of 2) Fixes: 9774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5748957085958144 Signed-off-by: Michael Niedermayer --- libavcodec/diracdec.c | 47 +++