Re: [FFmpeg-devel] [PATCH 2/2] avcodec/utils: Enforce minimum width also for VP5/6

2018-04-13 Thread Michael Niedermayer
On Thu, Apr 12, 2018 at 03:12:46AM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: poc_0411 > > Found-by: GwanYeong Kim > Tested-by: GwanYeong Kim > Signed-off-by: Michael Niedermayer > --- >

[FFmpeg-devel] [PATCH 2/2] avcodec/utils: Enforce minimum width also for VP5/6

2018-04-11 Thread Michael Niedermayer
Fixes: out of array access Fixes: poc_0411 Found-by: GwanYeong Kim Tested-by: GwanYeong Kim Signed-off-by: Michael Niedermayer --- libavcodec/utils.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git