Re: [dpdk-dev] cppcheck on dpdk

2018-09-25 Thread Ferruh Yigit
On 5/31/2018 12:22 PM, Ferruh Yigit wrote: > On 5/16/2018 1:41 PM, Ferruh Yigit wrote: >> Today after listening Colin's Static Analysis talk, I run cppcheck on >> v18.05-rc4 >> code and it revealed some issues, sharing here for anyone to interested in >> fixing them. At least I encourage to check

Re: [dpdk-dev] cppcheck on dpdk

2018-06-04 Thread Colin Ian King
On 16/05/18 13:41, Ferruh Yigit wrote: > Today after listening Colin's Static Analysis talk, I run cppcheck on > v18.05-rc4 > code and it revealed some issues, sharing here for anyone to interested in > fixing them. At least I encourage to check maintainers to check their own > pieces. > > It is

Re: [dpdk-dev] cppcheck on dpdk

2018-05-31 Thread Ferruh Yigit
On 5/16/2018 1:41 PM, Ferruh Yigit wrote: > Today after listening Colin's Static Analysis talk, I run cppcheck on > v18.05-rc4 > code and it revealed some issues, sharing here for anyone to interested in > fixing them. At least I encourage to check maintainers to check their own > pieces. > > It

Re: [dpdk-dev] cppcheck on dpdk

2018-05-16 Thread Adrien Mazarguil
On Wed, May 16, 2018 at 01:41:09PM +0100, Ferruh Yigit wrote: > Today after listening Colin's Static Analysis talk, I run cppcheck on > v18.05-rc4 > code and it revealed some issues, sharing here for anyone to interested in > fixing them. At least I encourage to check maintainers to check their ow

[dpdk-dev] cppcheck on dpdk

2018-05-16 Thread Ferruh Yigit
Today after listening Colin's Static Analysis talk, I run cppcheck on v18.05-rc4 code and it revealed some issues, sharing here for anyone to interested in fixing them. At least I encourage to check maintainers to check their own pieces. It is really easy to run cppcheck, in dpdk source folder: c