> -----Original Message----- > From: wangyunjian <[email protected]> > Sent: Tuesday, October 27, 2020 5:51 AM > To: [email protected]; Wang, Yipeng1 <[email protected]>; Gobriel, Sameh > <[email protected]> > Cc: Richardson, Bruce <[email protected]>; > [email protected]; [email protected]; [email protected]; > Yunjian Wang <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH] hash: fix dereference before null check > > From: Yunjian Wang <[email protected]> > > Coverity flags that 'h' variable is used before it's checked for NULL. This > patch > fixes this issue. > > Coverity issue: 363625 > Fixes: 769b2de7fb52 ("hash: implement RCU resources reclamation") > Cc: [email protected] > > Signed-off-by: Yunjian Wang <[email protected]> [Wang, Yipeng] Thanks for the fix!
Acked-by: Yipeng Wang <[email protected]>

