Re: [Mesa-dev] [PATCH] nvc0: Initialize ptr for unexpected sample_count on release builds.

2013-08-06 Thread Emil Velikov
On 04/08/13 08:51, Vinson Lee wrote: > Fixes "Uninitialized pointer read" defect reported by Coverity. > > Signed-off-by: Vinson Lee Hi Vinson This patch looks remarkably similar to the one I've sent a few weeks ago - with yours having a lot better commit message :) The way I see it (after a su

Re: [Mesa-dev] [PATCH] nvc0: Initialize ptr for unexpected sample_count on release builds.

2013-08-05 Thread Brian Paul
On 08/04/2013 01:51 AM, Vinson Lee wrote: Fixes "Uninitialized pointer read" defect reported by Coverity. Signed-off-by: Vinson Lee --- src/gallium/drivers/nvc0/nvc0_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nvc0/nvc0_context.c b/src/gallium/drivers/n

[Mesa-dev] [PATCH] nvc0: Initialize ptr for unexpected sample_count on release builds.

2013-08-04 Thread Vinson Lee
Fixes "Uninitialized pointer read" defect reported by Coverity. Signed-off-by: Vinson Lee --- src/gallium/drivers/nvc0/nvc0_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nvc0/nvc0_context.c b/src/gallium/drivers/nvc0/nvc0_context.c index cd86040..8cd5fc5 1006