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
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
___
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