Re: [dpdk-dev] [PATCH] lib: fix strcat with equivalent logic

2019-02-14 Thread Bruce Richardson
On Thu, Feb 14, 2019 at 09:30:31AM +, Chaitanya Babu Talluri wrote: > Replace strcat with concatenation logic to avoid buffer overflow. > > Fixes: a6a47ac9c2 ("cfgfile: rework load function") > Cc: sta...@dpdk.org > > Signed-off-by: Chaitanya Babu Talluri > --- > lib/librte_cfgfile/rte_cfgf

[dpdk-dev] [PATCH] lib: fix strcat with equivalent logic

2019-02-14 Thread Chaitanya Babu Talluri
Replace strcat with concatenation logic to avoid buffer overflow. Fixes: a6a47ac9c2 ("cfgfile: rework load function") Cc: sta...@dpdk.org Signed-off-by: Chaitanya Babu Talluri --- lib/librte_cfgfile/rte_cfgfile.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/

[dpdk-dev] [PATCH] lib: fix strcat with equivalent logic

2019-02-14 Thread Chaitanya Babu Talluri
Replace strcat with concatenation logic to avoid buffer overflow. Fixes: a6a47ac9c2 ("cfgfile: rework load function") Cc: sta...@dpdk.org Signed-off-by: Chaitanya Babu Talluri --- lib/librte_cfgfile/rte_cfgfile.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/