> -----Original Message----- > From: Rakesh Kudurumalla <[email protected]> > Sent: 2022年3月4日 22:24 > To: Nithin Dabilpuram <[email protected]>; Kiran Kumar K > <[email protected]>; Sunil Kumar Kori <[email protected]>; Satha > Rao <[email protected]> > Cc: [email protected]; [email protected]; Rakesh Kudurumalla > <[email protected]>; [email protected]; Yigit, Ferruh > <[email protected]> > Subject: [PATCH] net/cnxk: fix error when compiled for x86 > > fix error when compiled for x86 platform when compiled with optimization flag > enabled > error: ‘str’ may be used uninitialized in this function > error: ‘frag_ptr’ may be used uninitialized in this function > > Bugzilla ID: 939 > Fixes: b526599020ef ("net/cnxk: fix build with GCC 12") > Cc: [email protected] > > Reported-by: Ferruh Yigit <[email protected]> > Signed-off-by: Rakesh Kudurumalla <[email protected]> > ---
Tested-by: Daxue Gao <[email protected]>

