Re: [dpdk-dev] [PATCH v6 16/16] app/test-bbdev: strcpy ok for allocated string

2018-05-14 Thread Ferruh Yigit
On 5/14/2018 6:01 AM, Andy Green wrote: .../app/test-bbdev/test_bbdev_vector.c:917:5: error: ‘strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] strncat(entry, line, strlen(line)); ^~

[dpdk-dev] [PATCH v6 16/16] app/test-bbdev: strcpy ok for allocated string

2018-05-13 Thread Andy Green
Signed-off-by: Andy Green Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: sta...@dpdk.org --- app/test-bbdev/test_bbdev_vector.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-bbdev/test_bbdev_vector.c b/app/test-bbdev/test_bbdev_vec