> -----Original Message----- > From: dev <[email protected]> On Behalf Of Andrew Boyer > Sent: Friday, December 11, 2020 5:06 PM > To: [email protected] > Cc: Andrew Boyer <[email protected]>; Burakov, Anatoly > <[email protected]>; [email protected] > 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.

