Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: don't log uninitialized string

2021-02-09 Thread Andrew Boyer
> On Jan 6, 2021, at 4:35 AM, David Marchand wrote: > > On Fri, Dec 11, 2020 at 6:07 PM Andrew Boyer > wrote: >> >> Our Coverity scan pointed out that path[] is never initialized. >> The official DPDK Coverity has not reported this so there is >> no public CID for i

Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: don't log uninitialized string

2021-01-06 Thread David Marchand
On Fri, Dec 11, 2020 at 6:07 PM Andrew Boyer wrote: > > Our Coverity scan pointed out that path[] is never initialized. > The official DPDK Coverity has not reported this so there is > no public CID for it. > > Fixes: c44d09811b40 ("eal: add shared indexed file-backed array") > Cc: anatoly.bura...