Re: [Mesa-dev] [PATCH] st/mesa: fix potential null deref if no shader is passed in

2016-02-03 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 02/03/2016 07:53 PM, Ilia Mirkin wrote: Spotted by Coverity Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_atom_storagebuf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom_storagebuf.c b/src/m

[Mesa-dev] [PATCH] st/mesa: fix potential null deref if no shader is passed in

2016-02-03 Thread Ilia Mirkin
Spotted by Coverity Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_atom_storagebuf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom_storagebuf.c b/src/mesa/state_tracker/st_atom_storagebuf.c index a581818..f165cc3 100644 --- a/src