Re: [libav-devel] [PATCH 4/4] vc1dec: Check group allocations separatedly

2016-02-25 Thread Diego Biurrun
On Wed, Feb 24, 2016 at 02:40:19PM -0500, Vittorio Giovara wrote: > This avoids summing offsets to NULL pointers in case of error. More importantly, avoids accessing NULL pointers, so just say that instead of making noises about sums. OK Diego ___

[libav-devel] [PATCH 4/4] vc1dec: Check group allocations separatedly

2016-02-24 Thread Vittorio Giovara
This avoids summing offsets to NULL pointers in case of error. --- libavcodec/vc1dec.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 5c2cf9f..67c14c2 100644 --- a/libavcodec/vc1dec.c +++