Re: [libav-devel] [PATCH] dca: Read params->pancABIT0[param_index] only if part0 is set

2015-03-16 Thread Diego Biurrun
On Mon, Mar 16, 2015 at 10:34:26PM +0100, Luca Barbato wrote: > From: Niels Möller > > Prevent a spuriour read from uninitialized memory. spuriou_S Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav

Re: [libav-devel] [PATCH] dca: Read params->pancABIT0[param_index] only if part0 is set

2015-03-16 Thread Vittorio Giovara
On Mon, Mar 16, 2015 at 9:34 PM, Luca Barbato wrote: > From: Niels Möller > > Prevent a spuriour read from uninitialized memory. > --- > > I'm ok with the patch, I'd push it tomorrow morning. > > libavcodec/dca_xll.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is the one James

[libav-devel] [PATCH] dca: Read params->pancABIT0[param_index] only if part0 is set

2015-03-16 Thread Luca Barbato
From: Niels Möller Prevent a spuriour read from uninitialized memory. --- I'm ok with the patch, I'd push it tomorrow morning. libavcodec/dca_xll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dca_xll.c b/libavcodec/dca_xll.c index 0c32d6e..5a558b8 100644 ---