Re: [libav-devel] [PATCH 09/25] vc1dec: wmv2dec: Validate ff_intrax8_common_init return value

2016-03-22 Thread Vittorio Giovara
On Tue, Mar 22, 2016 at 9:09 AM, Diego Biurrun wrote: > On Sat, Mar 19, 2016 at 05:42:40PM -0400, Vittorio Giovara wrote: >> --- a/libavcodec/vc1dec.c >> +++ b/libavcodec/vc1dec.c >> @@ -314,7 +314,7 @@ static void vc1_sprite_flush(AVCodecContext *avctx) >> av_cold int

Re: [libav-devel] [PATCH 09/25] vc1dec: wmv2dec: Validate ff_intrax8_common_init return value

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:40PM -0400, Vittorio Giovara wrote: > --- a/libavcodec/vc1dec.c > +++ b/libavcodec/vc1dec.c > @@ -314,7 +314,7 @@ static void vc1_sprite_flush(AVCodecContext *avctx) > av_cold int ff_vc1_decode_init_alloc_tables(VC1Context *v) > { > MpegEncContext *s = >s; > -

[libav-devel] [PATCH 09/25] vc1dec: wmv2dec: Validate ff_intrax8_common_init return value

2016-03-19 Thread Vittorio Giovara
--- libavcodec/vc1dec.c | 8 +--- libavcodec/wmv2dec.c | 4 +--- 2 files changed, 6 insertions(+), 6 deletions(-) Unchanged. diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 51f5c42..76f3591 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -314,7 +314,7 @@ static