Re: Dpaa2 driver using system("echo...")

2023-04-28 Thread Sachin Saxena (OSS)
On 4/10/2023 9:51 PM, Stephen Hemminger wrote: When the CodeQl (https://codeql.github.com/) is run against DPDK, one of the issues it reports is the unsafe usage of system() in code. I reported and fixed one of these issues in the dpaa2 driver https://patchwork.dpdk.org/project/dpdk/patch/202206

Dpaa2 driver using system("echo...")

2023-04-10 Thread Stephen Hemminger
When the CodeQl (https://codeql.github.com/) is run against DPDK, one of the issues it reports is the unsafe usage of system() in code. I reported and fixed one of these issues in the dpaa2 driver https://patchwork.dpdk.org/project/dpdk/patch/20220602214957.150071-1-step...@networkplumber.org/ but