Re: [Mesa-dev] [PATCH v2] postprocess: Check ppq is null before calling pp_free_bos.

2013-08-05 Thread Brian Paul
On 08/03/2013 12:45 AM, Vinson Lee wrote: pp_free_bos dereferences ppq without a null check. Fixes "Dereference before null check" defect reported by Coverity. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/postprocess/pp_init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[Mesa-dev] [PATCH v2] postprocess: Check ppq is null before calling pp_free_bos.

2013-08-02 Thread Vinson Lee
pp_free_bos dereferences ppq without a null check. Fixes "Dereference before null check" defect reported by Coverity. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/postprocess/pp_init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/postproces