Re: [FFmpeg-devel] [PATCH] avcodec/dnxhddec: Move mb height check out of non hr branch

2017-07-26 Thread Michael Niedermayer
On Wed, Jul 26, 2017 at 03:26:59AM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: poc.dnxhd > > Found-by: Bingchang, Liu@VARAS of IIE > Signed-off-by: Michael Niedermayer > --- > libavcodec/dnxhddec.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) appli

[FFmpeg-devel] [PATCH] avcodec/dnxhddec: Move mb height check out of non hr branch

2017-07-25 Thread Michael Niedermayer
Fixes: out of array access Fixes: poc.dnxhd Found-by: Bingchang, Liu@VARAS of IIE Signed-off-by: Michael Niedermayer --- libavcodec/dnxhddec.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 40d41f9bf1..f46e41a456 10