Re: [Mesa-dev] [PATCH 8/9] anv: don't use strcpy for copying strings

2017-07-14 Thread Emil Velikov
On 14 July 2017 at 10:32, Grazvydas Ignotas wrote: > On Thu, Jul 13, 2017 at 8:09 PM, Lionel Landwerlin > wrote: >> CID: 1358935 >> Signed-off-by: Lionel Landwerlin >> --- >> src/intel/vulkan/anv_device.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/src/intel/vu

Re: [Mesa-dev] [PATCH 8/9] anv: don't use strcpy for copying strings

2017-07-14 Thread Grazvydas Ignotas
On Thu, Jul 13, 2017 at 8:09 PM, Lionel Landwerlin wrote: > CID: 1358935 > Signed-off-by: Lionel Landwerlin > --- > src/intel/vulkan/anv_device.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c > index 39c90

[Mesa-dev] [PATCH 8/9] anv: don't use strcpy for copying strings

2017-07-13 Thread Lionel Landwerlin
CID: 1358935 Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 39c907e9f2d..d3607deccfc 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/i