[PATCH 3/3] tests/amdgpu: Fix buffer overflow

2019-12-09 Thread Luben Tuikov
This patch fixes the following warning: -Wformat-overflow= Signed-off-by: Luben Tuikov --- tests/amdgpu/meson.build | 1 + tests/amdgpu/ras_tests.c | 41 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/tests/amdgpu/meson.build b/tests/am

[PATCH 3/3] tests/amdgpu: Fix buffer overflow

2019-12-05 Thread Luben Tuikov
This patch fixes the following warning: -Wformat-overflow= Signed-off-by: Luben Tuikov --- tests/amdgpu/meson.build | 1 + tests/amdgpu/ras_tests.c | 41 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/tests/amdgpu/meson.build b/tests/am