Re: [Mesa-dev] [PATCH] radv: honour the number of properties available

2016-11-24 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Nov 24, 2016 at 7:14 PM, Emil Velikov wrote: > From: Emil Velikov > > Cap up-to the number of properties available while copying the data. > Otherwise we might crash and/or leak data. > > Cc: Dave Airlie > Cc: "13.0" > Signed-off-by: Emil Velikov > ---

[Mesa-dev] [PATCH] radv: honour the number of properties available

2016-11-24 Thread Emil Velikov
From: Emil Velikov Cap up-to the number of properties available while copying the data. Otherwise we might crash and/or leak data. Cc: Dave Airlie Cc: "13.0" Signed-off-by: Emil Velikov --- src/amd/vulkan/radv_device.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-)