Re: [Mesa-dev] [PATCH v2] radv: fix a crash in radv_can_dump_shader()

2017-12-04 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Mon, Dec 4, 2017 at 3:32 PM, Samuel Pitoiset wrote: > module can be NULL, oops. > > v2: really check that module is not NULL > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_shader.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[Mesa-dev] [PATCH v2] radv: fix a crash in radv_can_dump_shader()

2017-12-04 Thread Samuel Pitoiset
module can be NULL, oops. v2: really check that module is not NULL Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_shader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_shader.h b/src/amd/vulkan/radv_shader.h index 91f2e7f2a1..f6486863f8 100