Re: [FFmpeg-devel] [PATCH] avcodec/vc1_block: simplify ac_val computation

2018-04-24 Thread Michael Niedermayer
On Mon, Apr 23, 2018 at 09:56:54AM +0200, Paul B Mahol wrote: > On 4/23/18, Michael Niedermayer wrote: > > also fixes: runtime error: index 1456 out of bounds for type 'int16_t [16]' > > > > Found-by: durandal_1707 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/vc1_block.c | 6

Re: [FFmpeg-devel] [PATCH] avcodec/vc1_block: simplify ac_val computation

2018-04-23 Thread Paul B Mahol
On 4/23/18, Michael Niedermayer wrote: > also fixes: runtime error: index 1456 out of bounds for type 'int16_t [16]' > > Found-by: durandal_1707 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/vc1_block.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > LGTM ___

[FFmpeg-devel] [PATCH] avcodec/vc1_block: simplify ac_val computation

2018-04-22 Thread Michael Niedermayer
also fixes: runtime error: index 1456 out of bounds for type 'int16_t [16]' Found-by: durandal_1707 Signed-off-by: Michael Niedermayer --- libavcodec/vc1_block.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/vc1_block.c b/libavcodec/vc1_block.c index f9f26