Re: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-02-13 Thread Ferruh Yigit
ronome.com; De Lara Guarch, >>>> Pablo ; Doherty, Declan >>>> ; Chaitanya Babu, TalluriX >>>> ; sta...@dpdk.org >>>> Subject: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat >>>> >>>> Strcat does not check the dest

Re: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-02-07 Thread Bruce Richardson
: Friday, January 18, 2019 8:54 PM > >> To: dev@dpdk.org > >> Cc: rm...@marvell.com; Pattan, Reshma ; > >> shsha...@marvell.com; Xing, Beilei ; Zhang, Qi Z > >> ; alejandro.luc...@netronome.com; De Lara Guarch, > >> Pablo ; Doherty, Declan > >> ; Cha

Re: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-02-07 Thread Thomas Monjalon
8:54 PM > >> To: dev@dpdk.org > >> Cc: rm...@marvell.com; Pattan, Reshma ; > >> shsha...@marvell.com; Xing, Beilei ; Zhang, Qi Z > >> ; alejandro.luc...@netronome.com; De Lara Guarch, > >> Pablo ; Doherty, Declan > >> ; Chaitanya Babu, TalluriX > &

Re: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-02-07 Thread Ferruh Yigit
rvell.com; Pattan, Reshma ; >> shsha...@marvell.com; Xing, Beilei ; Zhang, Qi Z >> ; alejandro.luc...@netronome.com; De Lara Guarch, >> Pablo ; Doherty, Declan >> ; Chaitanya Babu, TalluriX >> ; sta...@dpdk.org >> Subject: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat w

Re: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-01-21 Thread Parthasarathy, JananeeX M
...@netronome.com; De Lara Guarch, >Pablo ; Doherty, Declan >; Chaitanya Babu, TalluriX >; sta...@dpdk.org >Subject: [dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat > >Strcat does not check the destination length and there might be chances of >string overflow so i

[dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-01-18 Thread Chaitanya Babu Talluri
Strcat does not check the destination length and there might be chances of string overflow so insted of strcat, strncat is used. Fixes: 540a211084 ("bnx2x: driver core") Fixes: e163c18a15 ("net/i40e: update ptype and pctype info") Fixes: ef28aa96e5 ("net/nfp: support multiprocess") Fixes: 6f4eec25

[dpdk-dev] [PATCH v2] drivers: fix to replace strcat with strncat

2019-01-18 Thread Chaitanya Babu Talluri
Strcat does not check the destination length and there might be chances of string overflow so insted of strcat, strncat is used. Fixes: 540a211084 ("bnx2x: driver core") Fixes: e163c18a15 ("net/i40e: update ptype and pctype info") Fixes: ef28aa96e5 ("net/nfp: support multiprocess") Fixes: 6f4eec25