[Mesa-dev] [PATCH 1/2] glsl: initialise killed_all field.

2012-11-30 Thread Dave Airlie
coverity pointed out this field was being used uninitialised. Signed-off-by: Dave Airlie airl...@redhat.com --- src/glsl/opt_constant_propagation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/opt_constant_propagation.cpp b/src/glsl/opt_constant_propagation.cpp index

Re: [Mesa-dev] [PATCH 1/2] glsl: initialise killed_all field.

2012-11-30 Thread Brian Paul
On 11/30/2012 03:25 AM, Dave Airlie wrote: coverity pointed out this field was being used uninitialised. Signed-off-by: Dave Airlieairl...@redhat.com --- src/glsl/opt_constant_propagation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/opt_constant_propagation.cpp