> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Andrew Boyer > Sent: Friday, December 11, 2020 5:06 PM > To: dev@dpdk.org > Cc: Andrew Boyer <abo...@pensando.io>; Burakov, Anatoly > <anatoly.bura...@intel.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] eal: don't log uninitialized string > > 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.
I double checked and I can confirm that this wasn't picked up by any of the public scans, even though 4 other issues in that file were. So thanks for the fix.