Re: [FFmpeg-devel] [PATCH] avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failure

2017-05-07 Thread Michael Niedermayer
On Mon, Apr 10, 2017 at 03:27:38AM +0200, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: 1072/clusterfuzz-testcase-6456688074817536 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg > Signed-off-by: Michael Niedermayer

[FFmpeg-devel] [PATCH] avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failure

2017-04-09 Thread Michael Niedermayer
Fixes: out of array read Fixes: 1072/clusterfuzz-testcase-6456688074817536 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/aacdec_template.c | 14 -- 1 file