Re: [Mesa-dev] [PATCH 2/2] anv: ensure device name contains terminating character

2017-07-16 Thread Chris Wilson
Quoting Lionel Landwerlin (2017-07-16 15:31:38) > CID: 1415113 > Reported-by: Grazvydas Ignotas > Signed-off-by: Lionel Landwerlin > --- > src/intel/vulkan/anv_device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/

[Mesa-dev] [PATCH 2/2] anv: ensure device name contains terminating character

2017-07-16 Thread Lionel Landwerlin
CID: 1415113 Reported-by: Grazvydas Ignotas Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 34d4a675481..26a19e40a4b 100644 --- a/src/int